AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Best Practices 301 Permanent Redirects Old To New Site
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
I'm trying to find the best path for redirects from an old static site migrated to a new Able9 site. I've tried using the SEO feature in Able9 but I can only get it to work with ASP pages and not html pages. Now if I'm missing something please help? So my next thought is to use best practices with 301 redirects and adding to the web.config file if possible. I don't know if this works or will it break the live Able9 site? Here is my practice that I have used in the past with other non ASP sites. Quote:<configuration> <location path="http://www.xxx/old-page-1.html"> <system.webServer> <httpRedirect enabled="true" destination="https://www.xxx/new-page" httpResponseStatus="Permanent" /> </system.webServer>
I only have around 50 pages or so I just don't want to test this on the live site. If there is a better way please let me know. Thanks Ricky Edited by user Sunday, October 20, 2019 1:46:27 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
Disregard my last post. I didn't realize that the URL Rewrite Extension 2 for IIS 7 was available for IIS 10. Works great for 301's. If you don't have it you can download it from MS Quote:https://www.iis.net/downloads/microsoft/url-rewrite Ricky
|
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Best Practices 301 Permanent Redirects Old To New Site
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close