Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to prevent people from seeing the contents of the IMAGES folder?


KPGroup

Recommended Posts

Posted

what problems? this is the very good way to secure images folder because if there is no file listing, nobody can see which images are in that folder..

Posted
The title says it all,

 

Should I change the permissions?

 

Thanks in advance.

 

Karim.

 

I would take it one step further and make the index.htm(l) or default.htm(l) in the images folder a redirect:

 

<html>
<head>
<title>Redirect</title>
<META HTTP-EQUIV="Refresh" CONTENT="1; URL=http://yoursite.com/catalog/index.php"></head>
<body>
</body>
</html>

 

jon

It's all just ones and zeros....

Archived

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

×
×
  • Create New...