Hello,
I would like to do my redirects via htaccess File. I have for example the following code:
<IfModule mod_rewrite.c>
RewriteRule ^business-coach-layout/$ https://mydomain.com/business-layout/ [R=301,L]
</IfModule>
When i add the code snippet to the htaccess File the Redirect is not working.
I changed the snippet already to this, but the Redirect is still not working:
RewriteEngine On
RewriteRule ^business-coach-layout/$ https://mydomain.com/business-layout/ [R=301,L]
Any Suggestion what is the issue?
Thx
Best regards
Sally
I would like to do my redirects via htaccess File. I have for example the following code:
<IfModule mod_rewrite.c>
RewriteRule ^business-coach-layout/$ https://mydomain.com/business-layout/ [R=301,L]
</IfModule>
When i add the code snippet to the htaccess File the Redirect is not working.
I changed the snippet already to this, but the Redirect is still not working:
RewriteEngine On
RewriteRule ^business-coach-layout/$ https://mydomain.com/business-layout/ [R=301,L]
Any Suggestion what is the issue?
OS | CentOS Linux 7.7.1908 (Core) |
Product | Plesk Obsidian Version 18.0.23 Update #4, last updated on Feb 11, 2020 03:41 AM |
Thx
Best regards
Sally