Welcome Guest, Not a member yet? Register   Sign In
probably a simple question about routes
#13

[eluser]thetit4n[/eluser]
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>

i really think this might be the culprit


Messages In This Thread
probably a simple question about routes - by El Forum - 04-06-2008, 10:01 PM
probably a simple question about routes - by El Forum - 04-06-2008, 10:35 PM
probably a simple question about routes - by El Forum - 04-06-2008, 11:34 PM
probably a simple question about routes - by El Forum - 04-06-2008, 11:51 PM
probably a simple question about routes - by El Forum - 04-06-2008, 11:57 PM
probably a simple question about routes - by El Forum - 04-07-2008, 12:01 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:05 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:13 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:15 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:26 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:33 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:34 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:35 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:38 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:40 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:47 AM
probably a simple question about routes - by El Forum - 04-07-2008, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB