Quote:
Originally Posted by Lazlo90
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
