Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

images not showing up due to .htaccess


louie2cool

Recommended Posts

OK i just finished up on password protecting my admin folder. now since i have to edit my httpd file from the Apache dir. my basic images are not showing up. If you go to theproudpatriot.us the main buttons like add to cart and buy it now are now showing up. since i am using .htaccess with .htpasswd.

 

in the httpd Apache file here is a option AllowOverride AuthConfig. i had to set this to get the htpasswd file to work. if i set it to AllowOverride None. The images with come back.

 

so i was looking in deeper with osc dir. if you go to catalog\includes there is an .htaccess file this is whats in it

 

<Files *.php>

Order Deny,Allow

Deny from all

</Files>

 

now i know this block people from viewing the php files. i want to know if there is something i need to add like allow gifs of something.

 

thanks for the help

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...