GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Force WWW with htaccess (https://gfy.com/showthread.php?t=1059192)

itx 02-27-2012 06:46 PM

Force WWW with htaccess
 
Hello,

I am trying to force the www version of a website and I'm trying doing this with .htaccess but it simply doesn't work I don't know what Im doing wrong :S

Currently using this code in .htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/ [R=301,L]
</IfModule>

thebedshark 02-28-2012 08:17 AM

This is what I use in my htaccess

Code:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]


itx 03-01-2012 04:51 AM

Your code works in the .htaccess, Thanks :thumbsup


All times are GMT -7. The time now is 07:06 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123