logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
rlopez397954  
#1 Posted : Sunday, October 20, 2019 1:45:28 PM(UTC)
rlopez397954

Rank: Advanced Member

Groups: Authorized User, Registered, Developers
Joined: 11/30/2018(UTC)
Posts: 81

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

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

rlopez397954  
#2 Posted : Monday, October 21, 2019 12:31:50 AM(UTC)
rlopez397954

Rank: Advanced Member

Groups: Authorized User, Registered, Developers
Joined: 11/30/2018(UTC)
Posts: 81

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
Users browsing this topic
Guest
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.