Home arrow Tutorials arrow How to redirect my site so it always appear with www.

Web Development

Welcome to Web Development section. Please choose a category. 
 
  • Hrvatski tutorijali
    Ovdje su objavljeni razni tutorijali na hrvatskom jeziku na temu PC, programiranje, web development, savjeti, trikovi, optreba racunala itd.
  • Tips / Tricks
    Articles about various tips and tricks concerning Windows, Linux and other OS usage.
  • JavaScripts
    Code snippets, tutorials and tricks for JavaScrip language.
  • PHP & MySQL
    Tutorials, code examples, tips and tricks for PHP and MySQL development.
  • Tutorials
    Place for tutorials about using various application in best and simplest way.
How to redirect my site so it always appear with www. Print E-mail
(0 votes)

Monday, 21 January 2008

You are able to make your web site always appear with the address www.yourdomain.com instead of only yourdomain.com

Please use the follwoing code in a .htaccess file to redirect your url
from yourdomain.com to www.yourdomain.com.

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^vitez-studios.com [NC]
RewriteRule (.*)$ http://www.vitez-studios.com/$1 [L,R=301]
 
< Prev   Next >
What's your favorite Internet browser?
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Partners

Syndicate