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

[eluser]ojcarga[/eluser]
This should work

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /projectROOT/index.php?/$1 [L]
</IfModule>

Is the one i'm using with current project i'm working on.


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