ssl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ssl [2018/07/01 21:59] – theguru | ssl [2020/12/28 20:35] (current) – theguru | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| Additionally, | Additionally, | ||
| - | Footer | + | Redirect http to https |
| + | Redirect to HTTPS on Apache | ||
| + | https:// | ||
| - | It All Starts Here -|- Brain Dumps Blog -|- Guru 42 News Portal | + | |
| + | How to force HTTPS using .htaccess file in cPanel | ||
| + | https:// | ||
| + | |||
| + | It depends on whether you wish search engines to index your domain with http:// or https://. | ||
| + | |||
| + | Permanent redirects are good for SEO to show your domain name with https:// in the list of websites. | ||
| + | |||
| + | RewriteEngine On | ||
| + | RewriteCond %{HTTPS} off [OR] | ||
| + | RewriteCond %{HTTP_HOST} ^www\. [NC] | ||
| + | RewriteCond %{HTTP_HOST} ^(?: | ||
| + | RewriteRule ^ https:// | ||
| + | |||
| + | |||
| + | How do I redirect HTTP traffic to HTTPS? | ||
| + | https:// | ||
| + | |||
| + | |||
| + | Overview: Site moves with URL changes | ||
| + | https:// | ||
| + | |||
| + | |||
| + | Secure your site with HTTPS | ||
| + | https:// | ||
| - | footerbar | ||
| - | Copyright | Tom Peracchio | 42 | Tech thoughts | A little bit crazy | Technology History | geek made simple | ||
The Guru 42 Universe is not run by a university professor with a team of editors and advisers working to developing a website. Tom Peracchio is simply someone who loves technology and history and is amazed by how little people know about the great minds in the world of technology.
Support the efforts of Tom in developing the Guru 42 Universe by your small donation here at Buy me a coffee
ssl.1530496770.txt.gz · Last modified: (external edit)
