Skip to content

mehdi-alouane/Outo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

##Outo A Very Simple PHP Open Source Web Addresses (URLs) Manager

####Important notes:

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

About

Outo is links outpot made with PHP love <3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages