• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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