 |

09-18-2006, 02:59 AM
|
|
SEO Junior
|
|
Join Date: Sep 2006
Posts: 3
|
|
|
Friendly URL Help Req
Hi,
I wish to make the following URL search engine friendly and cannot get the correct Regex ReWrite rule figured out. I've read everything, trawled google and am more confused now than when i started... can anyone please help:
/Products/index.asp?PMaction=product_view_details&RecordID=24
Thanks in advance to anyone who can stop me pulling anymore hair out...
Last edited by sintesi : 09-18-2006 at 03:03 AM.
|

09-18-2006, 05:39 AM
|
 |
SEO GUY Moderator
|
|
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,118

|
|
Hi,
welcome to the forum.
As I understand it Mod Rewrite only works on Apache running under Linux based servers and you're using windows hosting. I'm not sure about this but I don't think there is a mod rewrite solution for ASP unless you install something like this:
www.isapirewrite.com/
Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
|

09-18-2006, 05:53 AM
|
|
SEO Junior
|
|
Join Date: Sep 2006
Posts: 3
|
|
|
Hi Paz,
Thanks for the fast reply and thanks for the welcome.
I'm currently using URL Rewrite available from IISMods.com (i should've said that in my first post sorry)
I've got it doing all sorts of other things - redirects etc, but it is just the RegEx syntax that i can't work out for the link mentioned: /Products/index.asp?PMaction=product_view_details&RecordID=24
Any help would be greatly appriciated.
Thanks again
Jim
|

09-18-2006, 10:51 PM
|
 |
SEO
|
|
Join Date: Sep 2006
Location: Bangkok, Thailand
Posts: 842
|
|
|
Look out for contributions
i too have no idea if there is any .htaccess file in asp as we see in php...
But u can search for contributions on this submitted by so many people out there and use them to and learn how it works..
|

09-19-2006, 11:21 AM
|
|
SEO Junior
|
|
Join Date: Sep 2006
Posts: 3
|
|
|
Thanks for that Kate...
|

09-19-2006, 01:51 PM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: Tampa Bay
Posts: 2,865

|
|
|
I'm not familiar with IISMods... do you have a hppd.ini file to modify in a text editor? If so, what would you like the resultant url to look like?
__________________
OverSite - A unique web directory for quality sites ONLY.
|

09-19-2006, 09:38 PM
|
 |
SEO
|
|
Join Date: Sep 2006
Location: Bangkok, Thailand
Posts: 842
|
|
|
You are always welcome sintesi.. I know there is a way out for this in asp too but for that i need to do some research or consult with some asp experts..If i find a solution i will surely post it here..
Thank you all
|

09-24-2006, 06:44 PM
|
 |
SEO
|
|
Join Date: May 2005
Location: England, UK
Posts: 621

|
|
What you have to understand about Regex (Regular Expressions) is that it's ultimately all about pattern matching. Generally speaking, you can't just say, "Here's a URL - make it SE friendly", as you might end up with something that doesn't help you much for your other URL's.
Your probably best to understand how to build regular expressions first, then tackle it from there. The following URL should help:
http://msdn2.microsoft.com/en-us/library/2k3te2cs.aspx
|
 |
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|