 |
Results from the most recent live auction are here.
17 members in the live chat room. Join Chat!
| |
02-18-2008, 02:04 PM
|
· #2 | | NamePros Regular | I forget how, but in htaccess you can change it so anyone who visits the site will automatically have the www put in front. |
| |
02-23-2008, 06:54 AM
|
· #3 | | Senior Member Name: Vatsan Location: India Join Date: May 2007
Posts: 1,020
NP$: 1029.52 ( Donate)
| Its quiet simple. Just make a .htaccess file in the root of the domain and type in the following. Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
This will automatically redirect all http://yoursute.com/blah/blah to http://www.yoursite.com/blah/blah
Dont forget to replace yoursite with the URL.
Hope that helps  |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |