You've already forked codeigniter_test2
first commit
This commit is contained in:
6
application/.htaccess
Normal file
6
application/.htaccess
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond $1 !^(index\.php|images|robots\.txt)
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
|
Reference in New Issue
Block a user