Posted - 05/01/2020 : 19:18:39
Using the ASP version. I have SEO friendly extensionless urls in use. I had to rename a product but I'd like to setaul a 301 redirect for the old product url to the new product url. I've tried the web.config method but don't seem to be having any luck. Any suggestions?
<location path="fitted_massage_table_protector"> <system.webServer> <httpRedirect enabled="true" destination="fitted_table_protector" exactDestination="true" httpResponseStatus="Permanent" /> </system.webServer> </location>
|