IsuruDilhan/IgniterHospital/master/.htaccess - Htaccess File

IsuruDilhan/IgniterHospital/master/.htaccess

RewriteEngine on
Options -Indexes
RewriteBase /igniterhospital
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{THE_REQUEST} ^GET.*index.php [NC]
RewriteRule (.*?)index.php/*(.*) /$1$2 [R=301,NE,L]

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache