Welcome Guest, Not a member yet? Register   Sign In
permalinks with phpsuexec
#2

[eluser]thurting[/eluser]
I had a similar problem as I am in the process of building a site on a server set up with suexec. Try this in your .htaccess...

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

The addition of the '?' after index.php seemed to help me.


Messages In This Thread
permalinks with phpsuexec - by El Forum - 08-30-2007, 12:47 PM
permalinks with phpsuexec - by El Forum - 09-03-2007, 09:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB