2Wicklers/NITS-Online-Recruitment-Portal/master/admin/.htaccess - Htaccess File

2Wicklers/NITS-Online-Recruitment-Portal/master/admin/.htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.+).html$ http://localhost/nits_rec/admin/$1 [R,NC]
RewriteRule ^(.+).htm$ http://localhost/nits_rec/admin/$1/ [R,NC]
RewriteRule ^([^/]+)/$ $1.php [NC]
RewriteRule ^(.*)$ $1.php [NC]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache