Welcome Guest, Not a member yet? Register   Sign In
Using Mod_Rewrite and _Remap in 2.x
#4

[eluser]Aken[/eluser]
Your .htaccess is the problem. Try this:

Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-05-2012, 07:43 AM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-05-2012, 06:33 PM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-06-2012, 06:24 AM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-06-2012, 04:19 PM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-06-2012, 05:19 PM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-06-2012, 06:14 PM
Using Mod_Rewrite and _Remap in 2.x - by El Forum - 03-07-2012, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB