Print Page | Close Window

301 Redirect

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=4525
Printed Date: 31-May-2024 at 12:04pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 301 Redirect
Posted By: macleather
Subject: 301 Redirect
Date Posted: 02-June-2011 at 7:01pm
Hi All,

I have an htm file as my website landing page. Now that I have installed the mobile add-on, I want to redirect my htm landing page to home.asp to take advantage of the automatic mobile phone redirect. I've followed the instructions in the WIKI and created a default.htm file with the following:(changing productcart to my renamed folder)
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "/productcart/pc/home.asp"
%>

Once this is uploaded to my root (where my original index.htm file is located) and I enter my url I get a page loaded with the redirect code displayed rather than my home.asp page. I also tried putting in the complete url to the home.asp page in the above statement without success. In the WIKI is says to upload to my pc folder but I can't figure out why that would work since typing in my url will grab the index file and stop there. What am I missing? Any ideas on how to accomplish this redirect?

Sorry for the long post and thanks

Alan


-------------
Alan
http://www.mcpcustomleather.com - MacPherson Custom Leather



Replies:
Posted By: Greg Dinger
Date Posted: 02-June-2011 at 7:07pm
Alan - since that code is ASP, you need to place it in an ASP page.  A .HTM page, as you discovered, does not know how to deal with ASP scripting.

-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net