lucasoid/plainframe/master/public/.htaccess - Htaccess File

lucasoid/plainframe/master/public/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]
</IfModule>

<Files *.php>
allow from all
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache