rajanpkr/jobportal/master/.htaccess - Htaccess File

rajanpkr/jobportal/master/.htaccess

RewriteEngine on
RewriteBase /jobportal/
# Hide the application and system directories by redirecting the request to index.php
# RewriteRule ^(application|system|.svn) index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache