On Thu, Aug 18, 2011 at 15:40, Dotan Cohen <dotancohen@xxxxxxxxx> wrote: > I'm going through a customer's server, running crazy proprietary forum > software (vbbullitin) and even worse SEO mods (vbseo). I cannot figure > out where the php code for a page is coming from! How to trace this > URL back to a PHP page: > http://www.example.com/forum/members/connie.html > > Now, I know where the ~/forum root is. I can upload a test.txt file to > there just fine. However, in this forum root there is neither a file > "members" nor a directory "members". Furthermore, there is no mention > of the string "memebers" in the .htaccess file. There is nothing > specified to handle 404s in .htaccess nor in the httpd.conf file. In > fact, requests return a file of type text/html with only the text > "Page not found", no HTML markup at all. > > So what is returning that page!???!? Check the RewriteCond and RewriteRule entries in the .htaccess file in that directory. If there are none, check parent directories. -- </Daniel P. Brown> Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php