Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 2 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
almir
Joined: Jun 05, 2004
# Posts: 68
|
Posted: 2006-Sep-04 12:17
I am importing old html pages to CMS build in ASP.NET. Unfortunately I cant use URL Rewrite to redirect .htm pages to .aspx pages because I am on shared hosting and the hosting company will not map .htm requests to aspnet engine.
Only alternative apart from dedicated server as I see it are 301 redirects. What worries me in that case if the pages redirected to new .aspx extension are goin to loose the position in SE.
Any help with this will be greatly appreciated.
|
 |
dudibob
Joined: Oct 13, 2005
# Posts: 1473
|
Posted: 2006-Sep-04 14:16
>>What worries me in that case if the pages redirected to new .aspx extension are goin to loose the position in SE.
do you mean your old .htm pages? well of course there going to loose there rankings because they don't exist anymore. You need to make sure your .asp pages are optimised and these should take over the positions of your old .htm pages.
I'd say the redirect is the way to go if the mod rewrite doesn't work
|
 |
almir
Joined: Jun 05, 2004
# Posts: 68
|
Posted: 2006-Sep-04 14:46
Maybe I did not ask the right question. The problem would be any significant drop in traffic in the transition period - while html pages are replaced by aspx pages. Last thing I want the boss comming back hard on me coz sales are down.
|
 |
Logan
Joined: Aug 14, 2002
# Posts: 3749
|
Posted: 2006-Sep-04 15:01
in the long run, with the 301 redirect, things should work out okay eventually. But ... I think your boss is a bit off if he thinks there will be no change with the search engines if all of his pages are changing.
|
 |
Dinkar
Staff
Joined: Aug 12, 2001
# Posts: 4391
|
Posted: 2006-Sep-04 15:07
You can redirect your pages (on shared hosting too) using 404 error page. Parse the .htm url and use either
Server.Transfer to return 200 OK code and feed content to .htm urls
or
Response.Status and Response.AddHeader to do 301 redirect.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|