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!???!? Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php