Htaccess redirect not working
-
I want to redirect old url to new url but it doesn’t work
Contents of htaccess file:
RewriteEngine On
Redirect 301 /page/1 https://www.domain.comRewriteEngine On
RewriteRule ^page/1$ /? [L,R=301]RewriteEngine on
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^page/1$ https://www.domain.com/? [R=301,L]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Htaccess redirect not working’ is closed to new replies.