Jul 14, 2009 #1 tdashmike Technical User Joined Jul 14, 2009 Messages 2 Location US I have a directory that I want to block so I have "deny from all" in my .htaccess and it works great if I type in http://my.com/blockthisdir but I can still access the directory if I use https://my.com/blockthisdir How do I fix this?
I have a directory that I want to block so I have "deny from all" in my .htaccess and it works great if I type in http://my.com/blockthisdir but I can still access the directory if I use https://my.com/blockthisdir How do I fix this?
Jul 15, 2009 #2 elgrandeperro Technical User Joined Dec 8, 2005 Messages 1,049 Location US You need the AllowOverride for blockthisdir in the httpd.conf of the SSL server, I suspect it is missing. Upvote 0 Downvote
You need the AllowOverride for blockthisdir in the httpd.conf of the SSL server, I suspect it is missing.
Jul 15, 2009 Thread starter #3 tdashmike Technical User Joined Jul 14, 2009 Messages 2 Location US Thanks! I didn't realize there was a separate config file for SSL sites. Upvote 0 Downvote