• Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
dForge.net
Soguecode.ioTwitterGitHubCodepen
 
Skip to content
  • Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
Home Posts tagged "redirect"

Tag: redirect

Development

Redirect http to https in Apache

By Ron S. October 24, 2012 October 24, 2012  apache, htaccess, redirect 0

Here’s a method of redirecting http to https. Put the following in the directive, or in the .htaccess file in the root web directory: RewriteEngine on RewriteCond %{SERVER_PORT} !443 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

Continue reading"Redirect http to https in Apache"
Back to Top
@ 2017 Soguecode.io, LLC.
Powered by Fluida & WordPress.