Results 1 to 1 of 1
-
30th Oct 2009, 08:22 PM #1OPBannedWebsite's:
nodesales.comAutomatically Add www. onto Website URL.
This is a simple guide of how to add www. to your website URL automatically using .htaccess i will show you how it works and what the diffrent components are for:
RewriteEngine on - This turns on the page rewrite engine this is should not be removed
Options FollowSymlinks # This is not compulsory and can be removed if you are running a apache webserver.
rewritecond %{http_host} ^nodesales.com [nc] # Replace nodesales with your website URL.
rewriterule ^(.*)$ http://www.nodesales.com/$1 [r=301,nc] # This will be the new website URL i would recommend keeping the http:// as it makes loading faster.
Now fill in the information and place it in your .htaccess folder in your site root.
Example:
Code:RewriteEngine on
Code:Options FollowSymlinks rewritecond %{http_host} ^nodesales.com [nc] rewriterule ^(.*)$ http://www.nodesales.com/$1 [r=301,nc]
Enjoy.
Lukey Reviewed by Lukey on . Automatically Add www. onto Website URL. This is a simple guide of how to add www. to your website URL automatically using .htaccess i will show you how it works and what the diffrent components are for: RewriteEngine on - This turns on the page rewrite engine this is should not be removed Options FollowSymlinks # This is not compulsory and can be removed if you are running a apache webserver. rewritecond %{http_host} ^nodesales.com # Replace nodesales with your website URL. rewriterule ^(.*)$ http://www.nodesales.com/$1 Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Automatically re-post your posts onto another website -- like a backup??
By Darlos in forum WordpressReplies: 5Last Post: 19th Feb 2012, 06:52 PM -
automatically subtitles possible?
By pasa in forum General DiscussionReplies: 1Last Post: 25th Dec 2011, 05:18 PM -
Please help, I need a script to automatically post to my Wp
By jamesrocky in forum Webmaster DiscussionReplies: 5Last Post: 26th May 2011, 06:00 AM -
How to download automatically many links with idm ?
By sSKKa in forum General DiscussionReplies: 3Last Post: 17th Feb 2011, 08:03 PM -
how to rar all folders one by one automatically?
By sSKKa in forum Technical Help Desk SupportReplies: 6Last Post: 15th Feb 2011, 08:10 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...