Skip to content

Installation

Andre Sieverding edited this page May 21, 2014 · 4 revisions

Move .htaccess from src into the root directory of your website. After that you have to move the EasyRouter.php from src into one directory of your website.

Important: The .htaccess file redirects to the index.php file, so the code should be written into the index.php file! - Alternatively you can rewrite the .htaccess file!

Now you must include EasyRouter into your website:

<?php
	include_once('path/to/EasyRouter/src/EasyRouter.php');
?>

Clone this wiki locally