PDA

View Full Version : from mod_rewrite to ISAPI


Danny
20-09-2005, 10:48/10:48AM
currently i have the following rewrite rules using mod_rewrite :

RewriteRule ^([a-z]*)_about\.htm content.php?language_code=$1&content=about [L]
RewriteRule about.htm content.php?language_code=xx&content=about [L]

The site is moving to a windows host with ISAPI installed.
Can anyone tell me what the proper coding would be for the above ?