I have ssl on a shared server and it seems to work (padlock) except no header images in admin.
I want to use .htaccesss to protect my Admin dir catalog/admin/
This is my .htaccess file..
# $Id: .htaccess,v 1.1 2002/07/21 23:41:41 hpdl Exp $
#
# This is used with Apache WebServers
#
# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers
#
# For this to work, you must include the parameter 'Limit' to the
# AllowOverride configuration
#
# Example:
#
#<Directory "/usr/local/apache/htdocs">
# AllowOverride Limit
#</Directory>
#
# 'All' with also work. (This configuration is in your
# apache/conf/httpd.conf file)
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
AuthType Basic
AuthUserFile /home/myID/leagueandlegends-www/catalog/.htpasswd
AuthName "Leagues Shop Security"
require valid-user
DirectoryIndex default.php index.php index.htm index.html
-------------------------
I have it in the catalog/admin/ directory
I also have a .htpasswd text file with just 1 line in it...
ID:encrypted password
as supplied by http://www.kelv.net/programming/htaccess/
I uploaded this also to the /catalog/admin/ dir
--------------------------------
Problem
The panel keeps asking for the ID/pwd even tho' I have checked it is correct.
Obviously I have done or not done something!
Thanks




LinkBack URL
About LinkBacks











Bookmarks