KPGroup Posted March 7, 2007 Posted March 7, 2007 The title says it all, Should I change the permissions? Thanks in advance. Karim.
ErollorD Posted March 7, 2007 Posted March 7, 2007 you just insert blank index.htm or index.php file...
KPGroup Posted March 7, 2007 Author Posted March 7, 2007 you just insert blank index.htm or index.php file... I'll try that. Thanks.
KPGroup Posted March 7, 2007 Author Posted March 7, 2007 Is there a way to secure the images folder without causing other problems?
ErollorD Posted March 7, 2007 Posted March 7, 2007 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..
jonquil Posted March 8, 2007 Posted March 8, 2007 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....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.