tittee/decordehostel/master/.htaccess - Htaccess File

tittee/decordehostel/master/.htaccess

# BEGIN CodeIgniter

<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /decordehostel
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond $1 !^(index.php|images|robots.txt|css|docs|js|system)
   RewriteRule ^(.*)$ /decordehostel/index.php?/$1 [L]
   

</IfModule> 

# END CodeIgniter

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache