hello...
i am using '-'separater in htaccess.
here is my code
htaccess url:http://rahul/cellbatts/featured products-<?=$fetchhotproducts[itemno]?>
RewriteRule ^([^-]*)-([a-zA-Z0-9/_-]+[^.]+)$ product_info.php?catname=$1&itemno=$2 [NC]
above is working for this example
http://rahul/cellbatts/product_info.php?catname=featured products&&itemno=HA-MO-V9
but my item number is some types like this
http://rahul/cellbatts/product_info.php?catname=featured products&&itemno=HA-MO-VK-KL/1
for this the above htaccess url is not working? redirecting to correct page but images are not displaying in only this situation(HA-MO-VK-KL/1). i think '/' problem. how to do for this?