View Single Post
Old 05-07-2015, 02:04 AM   #10
shanewatson11
Registered User
 
Join Date: May 2015
Posts: 32
You can do url redirection with this code -

#Force www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]

This code will surely helpful for url redirection.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shanewatson11 is offline   Reply With Quote