1OOSUR/CodeIgniter-GesAuth/master/.htaccess - Htaccess File

1OOSUR/CodeIgniter-GesAuth/master/.htaccess

RewriteEngine on

#Any HTTP request other than those for index.php, assets folder, files folder and robots.txt
#is treated as a request for your index.php file.

RewriteCond $1 !^(index.php|assets|files|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache