rag Posted May 25, 2003 Share Posted May 25, 2003 I'm just wondering if anyone is using the Apache, PHP, MySQL build called phpdev on WinXP. If you are I would like to see how your localhost site is behaving. I'm trying to track down a problem on my laptop's local site regarding my images not showing from the language/english/images/buttons directory. All images in catalog/images & admin/images show fine. But neither catalog nor admin images from the language path (shown above) render to the screen. My configure.php's seems to be fine and when I view the source of the page the <img src - path is correct. I'm beginning to wonder if my phpdev build is correct or if some php.ini setting has run amuck. Any thoughts would be appreciated. Rob Link to comment Share on other sites More sharing options...
Guest Posted May 26, 2003 Share Posted May 26, 2003 I'm haveing the same problem. The "includes" directory is not serving for some reason? I get a === Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@locahost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. == Still pretty green, a little help? or a point in the right direction? Todd Link to comment Share on other sites More sharing options...
Guest Posted May 26, 2003 Share Posted May 26, 2003 Open .htacces in your includes dir and change access. or simply delete this line and it will work. <Files *.php> Order Deny,Allow Allow from all </Files> Todd Link to comment Share on other sites More sharing options...
rag Posted May 26, 2003 Author Share Posted May 26, 2003 Todd!!! Yeuwwww Beauty!!! Finally, that did it. I would have never figured that one out...but I'm not supprised. Surely others may be having the same problem???? Great Stuff, Rob Link to comment Share on other sites More sharing options...
Hippyer Posted May 26, 2003 Share Posted May 26, 2003 What file is this in? I have the same problem and can not find the text in any file in the shopping cart directory. I also couldn't find it in php.ini Not sure where else to look for it, thanks Link to comment Share on other sites More sharing options...
Hippyer Posted May 26, 2003 Share Posted May 26, 2003 Just removed the .htaccess Thanks anyway Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.