Welcome Guest, Not a member yet? Register   Sign In
url rewrite
#6

[eluser]Sumon[/eluser]
Sometimes add a question mark(?) is helpful and solve rewrite issue.
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /project/jbl/index.php?/$1 [L]
</IfModule>
recently i have changed my server and add a question mark and it works fine now.


Messages In This Thread
url rewrite - by El Forum - 03-03-2010, 08:26 AM
url rewrite - by El Forum - 03-11-2010, 07:57 AM
url rewrite - by El Forum - 03-11-2010, 08:05 AM
url rewrite - by El Forum - 03-11-2010, 08:11 AM
url rewrite - by El Forum - 03-11-2010, 11:42 AM
url rewrite - by El Forum - 08-14-2010, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB