
August 4th, 2008, 05:08 AM
|
|
Permanently Banned
|
|
Join Date: Jun 2008
Location: India
Posts: 79
 
Time spent in forums: 1 Day 11 h 18 m 30 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
|
|
Quote: | Originally Posted by C2B_Steve Hi,
I have several websites written in asp.net & I have struggled to implement mod-rewrite to create google friendly urls. It seems it is a lot easier on other environments!!
What I have done as a trial is auto generated a number of pages eg www mywebsite.com / voucher_codes / retailer_example_voucher_code.aspx
Is an aspx file used in this was as effective for SEO as a flat html file?
Also, has anyone got any tips for implementing mod-rewrite in asp.net2? I've obviosuly googled it, but everything I've come across seems very long winded & complicated...
Any help would be very much appreciated as I've put a lot of effort into my site & I don't seem to be getting anywhere with it on google.
Kind Regards,
Steve |
You should use ISAPI_rewrite (hoping you are using IIS server). It acts just like Apache mod_rewrite but is specifically developed for IIS server. For more information you can check out the website: isapirewrite.com.
|