My website was http://freertool.com/store well now its justhttp://freertool.com
I have the website working to do this with url rewrite but it still gets a 404 error. I either need rewrite or do a 301 redirect to the proper url of my products.
For example http://freertool.com/store/product-item-1 redirect or rewrite tohttp://freertool.com/product-item-1
Is there a easy way of doing this?
<rule name="RemoveDirectory" enabled="true" stopProcessing="true"><match url="^store/(.*)" /><conditions></conditions><action type="Redirect" url="http://freertool.com/{R:1}" /></rule>
I am getting some funky results instead of http://freertool.com/product-id I am getting http://freertool.comen/product-id