Make Website To Always Begin With Www. -htaccess 301 Redirec

Hi,

I need my website to always begin with www. even when a link doesn’t contain the www.

My htaccess right now is :

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^video-call$ /video-call.html
RewriteRule ^free-webcam-chat$ /free-webcam-chat.html
RewriteRule ^free-flash-games$ /free-flash-games.html
RewriteRule ^meet-new-people$ /meet-new-people.html
RewriteRule ^chatroulette-alternative$ /chatroulette-alternative.html
RewriteRule ^skype-alternative$ /skype-alternative.html
RewriteRule ^ref_([a-zA-Z0-9]+) registration.php?refer=$1 [NC,L]
ErrorDocument 404 /404.html

(Website faceflow dot com)

Thank you

Leave a Reply

Your email address will not be published. Required fields are marked *