Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
www redirect
.
Show all posts
Showing posts with label
www redirect
.
Show all posts
Monday, September 9, 2013
Redirect your site to https and www using htaccess
›
<ifmodule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] Rewrite...
›
Home
View web version