Need of advice
-
Hi,
I had uploaded your plugin in the hope of solving the following issues:
1) I have a multisite install for one site.
The main site redirects as follows:
example.com => example.com/es
and the other subsite is example.com/en
The redirections are in the htaccess file, and they work fine, except for one detail.It is as follows:
I moved from html site to wp 8 years ago. First I put the redirections for each page, but when I arrived to my current hosting they told me that I must clean up the htaccess file from so many redirects.They told me to put the following:
# Main Redirect RewriteEngine On RewriteCond %{HTTP_HOST} ^mysite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mysite\.com$ RewriteRule ^/?$ "https\:\/\/mysite\.com\/es\/" [R=301,L] RewriteCond %{HTTP_HOST} ^mysite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mysite\.com$ RewriteRule ^index\.html$ "https\:\/\/mysite\.com\/es\/" [R=301,L] RewriteCond %{HTTP_HOST} ^mysite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mysite\.com$ RewriteRule ^indexingles\.html$ "https\:\/\/mysite\.com\/en\/" [R=301,L]
The problem I have is that although I uploaded sitemaps.xml the bots keep scrolling the old links, and they are redirected to the homepage example.com/es which now has become an important issue.
I imported the htaccess file in the hope that I will understand what to change, so the traffic of missing pages htm and html pages can go to the 404 page. And eventually rescue some of them to redirect them properly. Sorry but I don’t understand what to change. The site is live and I don’t want to break the redirections.
Can you tell me please what I have to change in the actual redirect?
Thanks in advance.The page I need help with: [log in to see the link]
- The topic ‘Need of advice’ is closed to new replies.