Problem list,
1, when you type ( " https://tos.yulxvol.com " - it goes to " https://www.yulxvol.com/index.php " Could you fix it to only go to " tos.yulxvol.com " )
2, When you go to ( " tos.yulxvol.com " - it goes to " tos.yulxvol.com/TOS/ " Could you remove the /TOS/ subfolder? )
3, #! All domains must be forced HTTPS
============
I am using Apache ( Xampp Windows )
The code I have atm,
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R=301]
The code is trying to force FTTPS on all domains think or folders, Not sure..
