Subdomains redirected even with the htaccess modification
-
Hello, I recently added the SSL on all my website and on this one I have issues with subdomains. Here is the htaccess of the FTP root :
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.13] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTP_HOST} ^elaia.ch [OR] RewriteCond %{HTTP_HOST} ^www.elaia.ch RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> # END rlrssslReallySimpleSSL # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
If you try to browse https://labo.elaia.ch/webyz/ you are redirected to HTTPS. The real path of this site is https://elaia.ch/_X/webyz but it’s broken as it’s not the way it should be accessed.
Can you help please ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Subdomains redirected even with the htaccess modification’ is closed to new replies.