Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Common Questions
 Helicon Tech : Common Questions
Subject Topic: LinkFreeze versus ISAPI_Rewrite Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Mary
Newbie
Newbie


Joined: 13 May 2005
Online Status: Offline
Posts: 1
Posted: 13 May 2005 at 12:32am | IP Logged Quote Mary

I developed a web site using ASP. Links on my pages typically look like (in status bar) as: http://localhoast/file.asp?id=1&name=first. I would like my links look like (in status bar and address line) as http://localhoast/id/1/name/first/file.asp (or something like that) and redirect user to original link.

My questions are:

1) What can you recommend me to buy (for SEO) - LinkFreeze or ISAPI_Rewrite?

2)Can I implement scheme described above and links' appearance using ISAPI_Rewrite?

3)How will my links look in status bar and address line after installation ISAPI_rewrite? The point is that I installed ISAPI_Rewrite and tried to use different rules, but didn't find any changes in appearance of my links.

Thanks in advance.

 

  

Back to Top View Mary's Profile Search for other posts by Mary
 
Yaroslav
Moderator Group
Moderator Group


Joined: 15 August 2002
Online Status: Offline
Posts: 6467
Posted: 14 May 2005 at 6:39am | IP Logged Quote Yaroslav

1. It depends on your development skills and how many time you may spend for SEO. ISAPI_Rewrite is much more complex solution but it is only solution to do something like you ask.
2. No. In the URL you have described it is not possible to find a margin between parameters and real file path. In our practice we are using URL format like http://localhoast/file.asp/id/1/name/first I hope you get the poing, there should be some logic in the URL to restore original format.
3. ISAPI_Rewrite does not change links on the pages, you will have to do this manually.

__________________
Yaroslav Govorunov,
Helicon Tech
Back to Top View Yaroslav's Profile Search for other posts by Yaroslav Visit Yaroslav's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

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