nauris-renarti/ToyPHP/master/.htaccess - Htaccess File

nauris-renarti/ToyPHP/master/.htaccess

Options -MultiViews
RewriteEngine on
Options -Indexes
RewriteBase /
RewriteCond $1 !^(index.php|themes|skins|robots.txt|LICENCE|README|favicon.png)
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php/$1 [QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache