I found a solution : the rewriting. But now, I have a problem with right
access. I think I made a mistake in this htaccess file. If you have an
idea ?
RewriteEngine on
RewriteCond %{REQUEST_METHOD} !^https
RewriteRule ^(.*) <a style='text-decoration: underline;' href="https://%" target="_blank">https://%</a>{SERVER_NAME}/$1 [R,L]
AuthUserFile /home/ecante/Project/dvl/buyingpack/data_warehouse/serveur/.htpasswd
AuthGroupFile /dev/null
AuthName "Veuillez vous identifier"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Edz ..
PS : Sorry for my english (french)
Le Fri, 14 May 2004 11:05:17 +0200, Cante edouard a écrit :
> I would like to control with htaccess the acces for one directory
> of my site.
>
> But I don't know how to configure my htaccess to limit the access from
> "https://".
>
> Thank's Edz ...<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: htaccess & SSL