Welcome Guest, Not a member yet? Register   Sign In
Redirect another view using htaccess
#3

Create file in your Codeigniter folder then save as ".htaccess" 
then paste this...

RewriteEngine on
RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|favicon.png)
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]
Reply


Messages In This Thread
RE: Redirect another view using htaccess - by j0nzi - 03-07-2017, 06:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB