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