ifroariquemes/Mercurio/master/.htaccess - Htaccess File

ifroariquemes/Mercurio/master/.htaccess

AddType application/x-httpd-php .php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
</IfModule>
<Files "config.json">
Order Allow,Deny
Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache