Welcome Guest, Not a member yet? Register   Sign In
the requested url /index.php was not found on this server
#2

[eluser]TheFuzzy0ne[/eluser]
Are you running XAMPP, or is this on a *nix server?

Try this:
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]


Messages In This Thread
the requested url /index.php was not found on this server - by El Forum - 05-28-2013, 04:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB