patricksorensen Posted April 21, 2007 Share Posted April 21, 2007 Hi I'm trying to start a new shop using oscommerce, but the shop doesn't show the images specific for a language... :angry: The URL is www.oakking.dk/catalog/ It seems like any kind of file put inside the /includes/ folder can't be accessed from a browser, and when I type in http://oakking.dk/catalog/includes/languag...nglish/icon.gif I get a Internal Server Error - but the file is there! I guess it has something to do with CHMODs, but the folder /includes/ is CHMODded to 755. Do you have any suggestions? Thanks, Patrick Link to comment Share on other sites More sharing options...
patricksorensen Posted April 21, 2007 Author Share Posted April 21, 2007 Hi I'm trying to start a new shop using oscommerce, but the shop doesn't show the images specific for a language... :angry: The URL is www.oakking.dk/catalog/ It seems like any kind of file put inside the /includes/ folder can't be accessed from a browser, and when I type in http://oakking.dk/catalog/includes/languag...nglish/icon.gif I get a Internal Server Error - but the file is there! I guess it has something to do with CHMODs, but the folder /includes/ is CHMODded to 755. Do you have any suggestions? Thanks, Patrick Hmm... It actually works now, after I commented out the following text in the .htaccess file in the /includes/ folder... <Files *.php> Order Deny,Allow Deny from all </Files> Go figure! Link to comment Share on other sites More sharing options...
Guest Posted April 21, 2007 Share Posted April 21, 2007 Hi I'm trying to start a new shop using oscommerce, but the shop doesn't show the images specific for a language... :angry: The URL is www.oakking.dk/catalog/ It seems like any kind of file put inside the /includes/ folder can't be accessed from a browser, and when I type in http://oakking.dk/catalog/includes/languag...nglish/icon.gif I get a Internal Server Error - but the file is there! I guess it has something to do with CHMODs, but the folder /includes/ is CHMODded to 755. Do you have any suggestions? Thanks, Patrick Hello Patrick I don't really understand the problem you're trying to solve. Can you explain your problem more clearly for me? Link to comment Share on other sites More sharing options...
patricksorensen Posted April 21, 2007 Author Share Posted April 21, 2007 Hello Patrick I don't really understand the problem you're trying to solve. Can you explain your problem more clearly for me? I will, but I solved the problem myself... The images that are language-specific (i.e. flags and buttons) did not show, even if I typed their URL in the address bar of my browser - the server returned an internal server error. I then opened the .htaccess in /includes/ and commented out the segment <Files *.php> Order Deny,Allow Deny from all </Files> and it now works... Apparently, the Deny *.php above also blocked me for seeing the images inside the /includes/ folder and its subfolders. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.