inoue-yuki/framework/master/src/Public/.htaccess - Htaccess File

inoue-yuki/framework/master/src/Public/.htaccess

RewriteEngine On
# RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(css|js|icon|zip|rar|png|jpg|gif|pdf)$ index.php [L]

AddType application/x-httpd-php .php .phtml

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache