SSL Warning
-
An option that requires the .htaccess file is enabled, but the file is not writable. Please add the following lines to your .htaccess, or set it to writable:
<IfModule mod_rewrite.c>
RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] </IfModule> Options -Indexes
Can anyone clarify what this means actually? I know how to give it access, but can anyone explain it?The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘SSL Warning’ is closed to new replies.