Hi,
Have you solved the problem already?
Probably not.
Hmmm, well, here some more explanation.
This .htaccess file is used for serveral things on a server.
One of the things is for redirecting http requests that are comming in.
If this file gets messed up a bit, it can happen that this file and the http header requests that are passing by, is in some way interfeering with PS by redirecting to another directory on my server and loading PHP scripts that had nothing to do with PS. The result was that I got error messages on line bla bla bla.
Then I recognised the scripting that the error was showing and saw thad in some way my php scripts from a completely different directory were inserted in the php processing of PS.
After I cleaned up this .htaccess file by removing unused redirects, everything was working fine.
You can try it by making a backup of this file, and then remove everything that is in the original file.
But remember that this file is also used for securing directories. So if you remove everything that is in the file, that your secured directories might not be secured anymore. But it is worth trying.
Succes.
Speedy
|