Welcome Guest, Not a member yet? Register   Sign In
mapping routes
#3

[eluser]paulcj2[/eluser]
I found:
http://ellislab.com/codeigniter/user-gui.../urls.html
and tried adding to my .htaccess file
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
However, that generated a 500 Server error.

I checked the apache/cong/httpd.conf file and it is set to allow all in the .htaccess file
Code:
AllowOverride All


Messages In This Thread
mapping routes - by El Forum - 09-23-2008, 05:06 PM
mapping routes - by El Forum - 09-24-2008, 06:04 PM
mapping routes - by El Forum - 09-24-2008, 07:12 PM
mapping routes - by El Forum - 09-24-2008, 08:19 PM
mapping routes - by El Forum - 09-24-2008, 08:54 PM
mapping routes - by El Forum - 09-24-2008, 09:15 PM
mapping routes - by El Forum - 09-25-2008, 06:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB