• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question WINDOWS WEB.CONFIG PERMANENT 301 REDIRECT HELP NEEDED

denstag

New Pleskian
Windows Plesk Onyx 17.8.11 Question: I need help in resolving the following problem. I have a domain name name that is staying the same. But all the extensions of the path pages are changing from .htm to .html. I want to retain my SEO status with Google. I can't find any instructions on how to do a permanent 301 redirect for all my path pages (.htm to .html) Is there a way to accomplish this feat by using my web.config file? I have no idea how to write the config file. Is this the right process? See below.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>

What goes here to ensure all my .htm pages are redirected to .html

</system.web>
</configuration>
 
Back
Top