• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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