Redirect and admin
-
Hello!
i have some problems with redirect and the admin page.
initially i have this site https://www.lameziaintour.site90.com
after i change host and i create the https://www.lameziaintour.info
Now i have do the redirect 301 in .htaccess in thi way# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
redirect 301 /index.php https://www.lameziaintour.info/index.php
redirect 301 https://www.lameziaintour.site90.com/index.php https://www.lameziaintour.info/index.php
redirect 301 https://www.lameziaintour.site90.com https://www.lameziaintour.info
</IfModule># END WordPress
the redirt work, but when i want to go to https://www.lameziaintour.info/wp-admin the new link is
https://www.lameziaintour.site90.com/wp-login.php?redirect_to=https://lameziaintour.info/wp-admin/&reauth=1in this way the login is on the old site. can anyone help me? i’m sorry for the english
- The topic ‘Redirect and admin’ is closed to new replies.