Welcome Guest, Not a member yet? Register   Sign In
Apache 404 Error when removing index.php from URL
#6

[eluser]Sherz[/eluser]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /benhayman/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
</IfModule>

Should work.


Messages In This Thread
Apache 404 Error when removing index.php from URL - by El Forum - 01-04-2008, 03:15 PM
Apache 404 Error when removing index.php from URL - by El Forum - 01-04-2008, 03:32 PM
Apache 404 Error when removing index.php from URL - by El Forum - 01-05-2008, 06:40 AM
Apache 404 Error when removing index.php from URL - by El Forum - 01-05-2008, 06:46 AM
Apache 404 Error when removing index.php from URL - by El Forum - 01-07-2008, 02:18 AM
Apache 404 Error when removing index.php from URL - by El Forum - 01-19-2008, 01:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB