Welcome Guest, Not a member yet? Register   Sign In
mod_rewrite, index.php etc
#2

[eluser]tomcode[/eluser]
It looks like Your pages are all served as error pages, try :

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

without the rest.

Either You'll get a 500 Server error in case ModeRewrite is not present or it shall work.

The used conditions in the if clause work only on some servers.


Messages In This Thread
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 05:37 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 06:21 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:12 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:35 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:41 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:48 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 04:44 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:02 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:29 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:46 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 06:31 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 06:51 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 07:05 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 07:28 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 09:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB