Welcome Guest, Not a member yet? Register   Sign In
Removing Controller Name
#2

[eluser]Jondolar[/eluser]
Did you create a .htaccess file and add the following:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Check out:
http://ellislab.com/codeigniter/user-gui.../urls.html


Messages In This Thread
Removing Controller Name - by El Forum - 05-24-2009, 10:34 PM
Removing Controller Name - by El Forum - 05-25-2009, 11:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB