HRNIT/paris2015/master/admin/.htaccess - Htaccess File

HRNIT/paris2015/master/admin/.htaccess

Options +FollowSymLinks
RewriteEngine On
 
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^.*$ ./index.php

# perform redirect if speaker profile
RewriteRule    ^speaker-profile/[a-zA-Z]   speaker-profile.php    [NC,L]
RewriteRule    ^blogger-profile/[a-zA-Z]   blogger-profile.php    [NC,L]
RewriteRule    ^analyst-profile/[a-zA-Z]   analyst-profile.php    [NC,L]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache