@ mc12345678
reply to thread not working for me ? so copied and pasted
HTML Code:
In my opinion it is better than USU in the control it provides. There are a number of ways to further accomplish the task you describe but I suggest that you do some homework.
As to sustaining historical links/preventing breaking redirects, well that is one of the powerful things about this software. There is no need to build an htaccess file filled with redirects from this to that or whatever as the software tends to it by receiving the request to a uri and if it is the uri that is considered current for the item, then it shows it. If the URI is not the current URI for the item, then it identifies what the current URI should be and updates the browser/search engine with that new uri to indicate what the current designation for that object is. This is done through the database.
I did the homework, read every bit of the docs and comprehended what I could and then did the manual update thing - I can see why you like the software, it has solved the USU current issue in that it is submitting sitemaps in the rewritten url form as it should be and hopefully that will go some way to helping with the rankings ... however ... (there is always a however with me) I had / have a number of 404 broken links as a result, primarily from EZ pages and pages like what was /products_new.html now being /index.php?main_page=products_new. (featured, specials, products all, etc.)
My product pages have links to articles (EZ pages) - once I enabled uri mapping of course the links broke and deleting then copying and pasting the old original url resulted in a 404 .... so I have a number of redirects in my .htaccess - I can deal with a few instances like that and will likely exclude EZ pages from auto uri mapping on other sites.
However a major issue unfolded when checking Google WMT >> External Links I found a bunch of incoming links from other sites to pages that now result in 404. Some are to pages like new products referenced above whilst others are to categories, EZ pages and also to individual products - links are in USU form and none of them resolve, they all result in a 404. Needless to say this is very concerning.
example of a former USU url which is linked from an external site as https://www.harmonyballpendant.com/h...ll-p-1374.html .... is now https://www.harmonyballpendant.com/h...r-harmony-ball ... and returns a 404
I must admit I expected that this plug in should handle the redirection.
So I can only assume I have not done something correctly as "If the URI is not the current URI for the item, then it identifies what the current URI should be and updates the browser/search engine with that new uri to indicate what the current designation for that object is"
I added this code to .htaccess in the hope it would not redirect pages ending in .html however it is not working, well not working as I expected it might (not redirect existing urls ending in .html) - I added it after going through the process on the site but would expect that it should still work? .... and importantly I'm not sure if I should leave that code in my .htaccess
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} \.(html)$ [NC]
So understandably I need to establish whether I have done something incorrectly or that my expectations of the plugin are unrealistic before going ahead and doing my other sites.
cheers,
Mike