MyBB Community Forums

Full Version: https in directory index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i have install https on my forum
ssl work fine and my forum become https

except directory index 

how to change ziuma.com to https?

DirectoryIndex portal.php

thank you
Hello

Add this on htaccess file
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]