redirecting domain alias
-
hello everyone,
recently I created a new wp site in a subdomain (https://www.severineautin.com/soielin/)
and asked for an alias https://www.soie-lin-soit-lautre.com.as my previous webmaster cannot help me, I tried to modify the .htaccess file (but I am not aware of the language) like this :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /soielin/
RewriteRule ^index.php$ – [L]
RewriteCond %{HTTP_HOST} https://www.soie-lin-soit-lautre.com
RewriteCond %{REQUEST_URI} !^/soielin
RewriteRule . /soielin/index.php [L]
</IfModule>
# END WordPressbut…. it is not working properly :
the redirection leads to https://www.severineautin.com, domain which then appears in the address bar in the browser (which I do not want)Please can you help me ?
Best regards,
SeverineThe page I need help with: [log in to see the link]
- The topic ‘redirecting domain alias’ is closed to new replies.