Danny
20-09-2005, 11:48/11: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 ?
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 ?