If you have a secure certificate (SSL) installed on your WordPress website, you have the ability to automatically redirect site visitors to the encrypted (HTTPS) version of your website. This will ensure that the visitors’ personal information remains private.
Note: After you have installed your SSL certificate, you can make use of one of the many plug-ins that are available for WordPress to automatically redirect your website’s URL. For assistance with WordPress plugins, click here, see wp.org
The manner in which you reroute traffic is determined by the hosting service that you choose.
Installing WordPress on a hosting platform using Plesk or Windows
- Log in to your WordPress admin panel.
- Click Settings and then General.
- Change your WordPress URL and Site URL from http://coolexample.com to https://coolexample.com and click Save Changes.
- Create a web.config file in your httpdocs folder
- Insert the code listed below into your
web.config
file and save the file.<configuration> <system.webServer> <rewrite> <rules> <clear /> <rule name=”Redirect to https” stopProcessing=”true”> <match url=”(.*)” /> <conditions> <add input=”{HTTPS}” pattern=”off” ignoreCase=”true” /> </conditions> <action type=”Redirect” url=”https://{HTTP_HOST}{REQUEST_URI}” redirectType=”Permanent” /> </rule> <rule name=”Main Rule” stopProcessing=”true”> <match url=”.*” /> <conditions logicalGrouping=”MatchAll”> <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” /> <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” /> </conditions> <action type=”Rewrite” url=”index.php/{R:0}” /> </rule> </rules> </rewrite> </system.webServer> </configuration>
More info
Domain Rooster is one of the world’s best services platform for entrepreneurs around the globe. We’re on a mission to empower our worldwide community of customers — and entrepreneurs everywhere — by giving them all the help and tools they need to grow online. www.hostrooster.com View all posts by Domain Rooster
Welcome to the world of DomainRooster, where roosters (and hens) rule the roost! We're a one-stop shop for all your entrepreneurial needs, bringing together domain names and website hosting, and all the tools you need to bring your ideas to life. With our help, you'll soar to new heights and hatch great success. Think of us as your trusty sidekick, always there to lend a wing and help you navigate the sometimes-complex world of domain names and web hosting. Our team of roosters are experts in their fields and are always on hand to answer any questions and provide guidance. So why wait? Sign up today and join the ranks of the world's greatest entrepreneurs. With DomainRooster, the sky's the limit! And remember, as the saying goes, "Successful people do what unsuccessful people are not willing to do." So don't be afraid to take that leap of faith - DomainRooster is here to help you reach for the stars. Caw on!