Skip to content
TechDasher TechDasher

Tips, Tricks and Tutorials

TechDasher TechDasher
  • Home
  • Tutorials
    • Java
  • Blog
    • Java
    • PHP
    • MySQL
    • HTML
  • Others
    • Web
    • Windows
  • Portfolios
TechDasher TechDasher

Tips, Tricks and Tutorials

  • Home
  • Tutorials
    • Java
  • Blog
    • Java
    • PHP
    • MySQL
    • HTML
  • Others
    • Web
    • Windows
  • Portfolios


apache-redirect-http-to-https-using-htaccess-rewrite-rules
Dec 5 2015 0 Comment htaccess SSL Web

Redirect http to https using htaccess

Browsing your site over secure connection (HTTPS). One of the easy way to redirect the user to secure connection can be done by using .htaccess. The sample code for  Redirect http to https using htaccess as follow RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

Tags:
Continue Reading

Tech Dasher
Jul 17 2015 1 Comment SSL Web

SSL Warning: This website does not supply identity information

In a SSL certified website. You will see SSL Warning “This website does not supply identity information”. This is due to the page content is not encrypted. To remove this warning by doing the following procedure. Check the  “src” property of the following element <img>, <video>, <audio> or <object> If it has “http://” then replace […]

Tags: Browser HTTPS SSL
Continue Reading


Categories

  • Android
  • Cpanel
  • CSS
  • Facebook
  • General
  • Google API
  • htaccess
  • HTML
  • iPhone
  • Java
  • Javascript
  • MongoDB
  • MySQL
  • PHP
  • Portfolios
  • Spring Boot
  • SSL
  • Web
  • Web Services
  • WHM
  • Windows

Tags

Android Auto-Increment Browser Cpanel CSS File Flutter Frameworks htaccess HTML HTTPS ICCID Java JavaScript Map MongoDB MySQL MySQLi Pagination PHP rest SIM soap Spring Boot SSL Upload Web webservice Webservices Windows

Follow Us

Follow us on Facebook Follow us on Twitter

Copyright © Techdasher | Privacy Policy | Sitemap