hiroakiukaji/blog/master/public/.htaccess - Htaccess File

hiroakiukaji/blog/master/public/.htaccess

<IfModule mod_php5.c>
        php_value display_errors on
</IfModule>

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]

RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache