View Single Post
Old 04-11-2005, 10:01 PM   #8 (permalink)
awall19
v7n Mentor
 
awall19's Avatar
 
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
iTrader: 0 / 0%
Latest Blog:
None

awall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to behold
www. is a subdomain. it does not necissarily have to be the same thing as the non www version.

you also can use .htaccess to automatically redirect one to the other. likeso:

AddType text/html .shtml
AddHandler server-parsed .htm
AddHandler server-parsed .html
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^search-marketing\.info
RewriteRule ^(.*)$ http://www.search-marketing.info/$1 [R=permanent,L]
awall19 is offline   Reply With Quote