ma
maxweb
#1
Hello,
I wanted to enable the listing of server content but - 403 - http://photo.attractive.pl
Options -Indexes
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Where is the mistake?