ifroariquemes/intranet/master/.htaccess - Htaccess File

ifroariquemes/intranet/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache