marubinotto/MochiPHP/master/webroot/.htaccess - Htaccess File

marubinotto/MochiPHP/master/webroot/.htaccess

DirectoryIndex front.php
Options -Indexes

# All requests to the front controller
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ front.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache