Hi, > Somedays I really wonder why I'm in this business. Today is one of those > days! Hopefully someone knows the answer to my problem: > > I'm trying to use PHP with MovableType, but my pages give me a 500 error > whenever it is in this location: > > http://www.cityuponahill.com/articles/archive/june/the_spirit_of_76.php > > But it works whenever it is here: > > http://www.cityuponahill.com/the_spirit_of_76.php > > Any suggestions?
Hope you've figured this out by now? If not, might be worth checking whether there's a .htaccess file in the 'june', 'archive' or 'articles' directories - any of them could contain directives that could change the behaviour of PHP and cause that error - look out particularly for php_* directives. There could also be something similar in httpd.conf in a Location or Directory section. Also possible that the file is trying to include another file that is present at the root of the site, but not in the sub-dir it's failing in. If none of those help, you're going to need to do something to get a more useful error message that describes the problem. Is there anything in the server's error logs (if you have access to them)? Cheers Dave P ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
