![]() |
|
Limiting access to zp-core via .htaccess - 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: Limiting access to zp-core via .htaccess (/thread-3625.html) |
Limiting access to zp-core via .htaccess - morethanthesky - 2008-08-28 In order to add a bit of security to the zp-core admin folder, I added an .htaccess file that limits the allowed IPs that can access the admin folder. I thought I was being clever. order deny,allow But since I've done that I've noticed errors in my apache logs: So my genius plan is letting ZP include server side type scripts, but the things in zp-core that are client side aren't getting out. (Duh!) So my question boils down to asking for recommendations: Thank you in advance for your time. |