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.
      Topics Author
    thread link
301 Redirect Issue
MGSW Design Limited
    thread link
thread linkthread link Re:301 Redirect Issue
John Dagelmore
Go to top