Welcome Guest, Not a member yet? Register   Sign In
Help me with this routing issue
#8

[eluser]chien[/eluser]
[quote author="PhilTem" date="1343527802"]Try
Code:
<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /codeigniter/
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
[/quote]

Thanks!


Messages In This Thread
Help me with this routing issue - by El Forum - 07-28-2012, 06:53 PM
Help me with this routing issue - by El Forum - 07-28-2012, 07:10 PM
Help me with this routing issue - by El Forum - 07-28-2012, 07:11 PM
Help me with this routing issue - by El Forum - 07-28-2012, 07:54 PM
Help me with this routing issue - by El Forum - 07-29-2012, 01:33 AM
Help me with this routing issue - by El Forum - 07-29-2012, 07:10 AM
Help me with this routing issue - by El Forum - 07-29-2012, 02:58 PM
Help me with this routing issue - by El Forum - 10-10-2012, 01:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB