Microsoft
Software
Hardware
Network
Question : file extension problem
Hello,
I'm using htaccess rules to rewrite the urls, for example :
RewriteRule ^product.html$ product.php?product_id=1
so this page will be open in brower by
http://www.domain.com/prod
uct.html
for example. Now the problem is if I replace dot(.) in product.html with any special characters like product-html OR product,html etc, its still openning... actually it should open up with dot(.) only as specified in rewrite rule.
Any idea, how to fix this problem?
Thanks
Answer : file extension problem
It's been awhile but you may have to escape the "." so that it's read literally.
RewriteRule ^product\.html$ product\.php?product_id=1
Random Solutions
What is differnce between machine.config and web.config?
Classic ASP form to email sending empty email?
Database Driven Website
Looking for Video Recording Software for Samsung Cameras
esx 4 update 01 no 64bit server will install
buffalo Terastation - Network Storage - Admin Password not accepted by Device.
How do I retire a Windows Server 2003 from a Domain
Trojan After Shock Keeps Opening Mutliple Tabs when using IE and Firefox, how to fix?
Capture Linkbutton click event in Master page from Content page
Queries inside a while loop