Click here to Skip to main content
15,884,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a .htaccess file in root filder of my application and something is written like this in that file
VB
RewriteRule ^(/eyewear/([A-Za-z]+)(.+)(-eyeglasses|sunglasses).html)$ /eyewear/product.aspx [NC]
RewriteRule ^(/eyewear/([A-Za-z]+)(.+)(-contact_lens).html)$ /eyewear/contactlens_product.aspx [NC]
RewriteRule ^(/eyewear/([A-Za-z]+)(.+)(-rxsunglasses).html)$ /eyewear/rx_product.aspx [NC]




I am not getting what is it and what is its use..??
Plzzz help
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900