Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shop not showing language-specific images...


patricksorensen

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...