genarocolusso/ntemap/master/.htaccess - Htaccess File

genarocolusso/ntemap/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ntemap

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|res|robots.txt)
RewriteRule ^(.*)$ index.php/$1
</IfModule>

<IfModule !mod_rewrite.c>
#TODO Error reporting when rewrite is not available.
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache