Forum
Welcome, Guest
Please Login to access forum.
301 Redirect Issue (1 viewing) 
Go to bottom
TOPIC: 301 Redirect Issue
#6187
MGSW Design Limited
Fresh Boarder
Posts: 4
User Offline
301 Redirect Issue Karma: 0  
Hi All,

I am in need of some help. I will try to explain to the best of my ability as I am not a technical person. To create SEO friendly URLs I’ve searched online for the following lines of code and implemented them in the Htaccess file. This worked and removed the index.php and redirected the URLs to SEO friendly URLs as well as redirected from non www to www.

However, this has created an issue in the jsitemap pro. The meta info for each URL have disappeared from the search engine metainfo dashboard and I cannot update the info. Is it because of the rewrite rule? How can this be solved?


RewriteCond %{HTTP_HOST} ^mamotcv.com [NC]
RewriteRule ^(.*)$ http://www.mamotcv.com/$1 [R=301,L]

RewriteCond %{REQUEST_URI} ^/index\.php/
RewriteRule ^index.php/(.*) /$1 [R=301,L]

RewriteCond %{REQUEST_URI} !^/administrator/
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]


Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#6191
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:301 Redirect Issue Karma: 79  
Hi,

refer to this FAQ for metainfo migration between different links: http://storejextensions.org/faq/i-changed-the-website-domain-how-may-i-avoid-to-lose-all-metainfo.html

If you have an issue to add new records because of the redirects rules in the htaccess, temporary disable them when editing the metainfo in backend.

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
Go to top