Forum Moderators: phranque
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.61
RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 200
RewriteBase
RewriteLogLevel 9
# unsupported directive: [ISAPI_Rewrite]
RewriteRule ^/group(?:/([^/?]+)(?:/([^/?]+))?)?(?:/)?(?:\?(.+))?$ /modules/shop/noframes_categories.asp?a=b(?1\&group=$1:)(?2\&$2:) [NC,L]
RewriteRule ^/browse(?:/([^/?]+)?)?(?:/)?(?:/)(?:\?(.+))?$ /modules/shop/products.asp?a=b(?1\&rangeid=$1:)(?2\&$2:) [NC,L]
RewriteRule ^/product(?:/([^\.]+)?)?.html?(?:\?(.+))?$ /modules/shop/view.asp(?1\?prodcode=$1(?2\&$2:) [NC,L]
RewriteRule ^/ranges(?:/([^/?]+)?)?(?:/)?(?:/)(?:\?(.+))?$ /modules/shop/noframes_ranges.asp?a=b(?1\&catid=$1:)(?2\&$2:) [NC,L]
RewriteRule ^/browse2(?:/([^/?]+)(?:/([^/?]+))?)?(?:/)?(?:\?(.+))?$ /modules/shop/products.asp?a=b(?1\&catid=$1(?2&rangeid=$2:):)(?3\&$3:) [NC,L]
this file is rewriting the url on xyz.com ..but when i write a new rule suppose
Rewriterule ^/browse/xyz/xyz http://www.example.com/xyz/xyz
its not working could u please help me as i'm trying to transfer the rewrited url to new site.So please help me ....what changes i have to make in my existing htacces file so that i can redirect the rewrited url to new site
Thanks
Vineet
[edited by: jdMorgan at 2:01 pm (utc) on Oct. 14, 2009]
[edit reason] Disabled smilies in code. [/edit]