Welcome Guest, Not a member yet? Register   Sign In
will mod_rewrite work with temp urls???
#4

[eluser]Pascal Kriete[/eluser]
The user directory might be an alias (as per this warning) - mod rewrite has a hard time with those. Try adding the passthrough ([PT]) flag to your RewriteRule:
Code:
RewriteRule ^(.*)$ index.php/$1 [PT, L]


Messages In This Thread
will mod_rewrite work with temp urls??? - by El Forum - 09-29-2008, 10:27 PM
will mod_rewrite work with temp urls??? - by El Forum - 09-30-2008, 06:44 AM
will mod_rewrite work with temp urls??? - by El Forum - 09-30-2008, 08:25 AM
will mod_rewrite work with temp urls??? - by El Forum - 09-30-2008, 09:04 AM
will mod_rewrite work with temp urls??? - by El Forum - 09-30-2008, 05:36 PM
will mod_rewrite work with temp urls??? - by El Forum - 10-01-2008, 04:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB