I have had a few issues with my redirects. (i have left off the end of the URL as i cannot post more than 2 links)
i have managed to now get all variations of http and blank and https to point to https :// www . Mysite
without and off www .www . issues
however it wont fix when i leave the www. subdomain off with https ( https :/ / mysite )
Currently i have these redirections set up on my dashboard:
> www . Mysite to a server (IPv4 - A) xx.xxx.xxx.xxx
> Mysite Permanent visible redirection https : // www . Mysite
htaccess is as follows
>
> RewriteEngine On
> RewriteCond %{HTTPS} !=on
> RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
> RewriteRule ^index\.php$ - [L]
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /index.php [L]
> Redirect gone /404.php
Can someone help were i have gone wrong as i have got into a right mess trying to fix this. and cant get my head around why changing either causes loops or issues such as double WWW . (https // www . www .mysite)
cheers
Paul
Domain names - Redirection and https not connecting without the WWW
Related questions
- How to link a domain name with a VPS?
18592
24.01.2018 09:17
- Info needed for MX PLAN 5 price.
17255
18.04.2023 14:43
- Reporting suspicious activity.
16502
11.10.2025 03:18
- Transfer domains from one ovh account to another ovh account
15910
17.03.2018 08:43
- Your IP has been banned
15723
21.06.2020 20:42
- Domain transfer.
14235
07.03.2025 09:23
- Conectar un dominio OVH a un servidor web / hosting externo
13783
28.03.2022 09:29
- Domain redirection not working
13122
27.08.2020 10:07
- Get the auth code
13017
10.02.2020 07:26
- Issue to set up Carrd landing page
12586
20.03.2021 11:18