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

[eluser]Lakestone[/eluser]
[quote author="Aken" date="1331075940"]Your .htaccess is the problem. Try this:

Code:
RewriteEngine On

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

Same result, but shorter:
http://localhost/start/contact

Not Found
The requested URL /index.php/contact was not found on this server.


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