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

[eluser]Ben Hayman[/eluser]
Here it is:
Code:
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>


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