View Single Post
  #2 (permalink)  
Old 03-24-09, 02:14
Rocky's Avatar
Rocky Rocky is offline
Administrator
 
Join Date: Nov 2007
Posts: 123
Smile

Quote:
Originally Posted by Lazlo90 View Post
I know that PHP scripts can be made more SEO friendly via the htaccess mod_rewrite feature but I don't think Windows supports that. So what can be done to make ASP scripts more SEO friendly or are they already search engine friendly "out of the box"?

I'm talking about URLs like about-us.asp vs. about-us.html which originally might have been something like page2305.php etc.
You can have ISAPI_ReWrite installed on Windows servers & have the URLs rewritten as the same way mod_rewrite does on Apache.. IIS 6.0 support Isapi_Rewrite 3 which rewrites PHP, ASP & other extensions to whatever you wish
__________________
Regards,
Rocky
Reply With Quote