##Outo
A Very Simple PHP
Open Source Web Addresses (URLs) Manager
####Important notes:
-
- The .htacess file should have the following lines:
- RewriteEngine On
- RewriteCond
%{REQUEST_FILENAME} !-f
- RewriteCond
%{REQUEST_FILENAME} !-d
- RewriteRule
^/?(.*)
index.php
[L] -
- All the pages should be saved as
.php
files
- All the pages should be saved as
-
- This URL Manager supposed that all the pages are stored under "pages" directory which
- is under the root directory (you can change it!).
-
- The main layout (footer & header) should be stored under "layouts" directory which is
- under the root directory (you can change it!).