![]() |
|
Additional .htaccess in zen folder - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Additional .htaccess in zen folder (/thread-332.html) |
Additional .htaccess in zen folder - cowz - 2006-02-28 I don't know about others but I would appreciate a .htaccess file in the zen folder. The default Apache setup will allow for Indexes of the zen folder under some setups, such as my host (DreamHost). I added one myself, very simple at that. `Options -Indexes` I don't know if others consider this a good idea but it's a relatively easy addition that makes things slightly harder on those would would like to attack my site. Thanks for the great software! Additional .htaccess in zen folder - trisweb - 2006-03-01 That directive can also just go in the root directory's .htaccess with the rewrite rules. It should apply to all subdirectories as well. Thanks for the tip! |