Spawn BANNED Joined Jun 20, 2009 Messages 1,184 Reaction score 394 Sep 8, 2010 #1 should take 5 minutes, just need a small tweak to change from a www. to regular http:// let me know! ill pay 5usd
should take 5 minutes, just need a small tweak to change from a www. to regular http:// let me know! ill pay 5usd
nufaman Elite Member Joined May 29, 2009 Messages 1,870 Reaction score 1,345 Sep 8, 2010 #2 You mean www to non www? RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] RewriteRule ^.*$ http://domain.com%{REQUEST_URI} [R=301,L] In both cases, make sure to replace "domain" with the URL of your domain.
You mean www to non www? RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] RewriteRule ^.*$ http://domain.com%{REQUEST_URI} [R=301,L] In both cases, make sure to replace "domain" with the URL of your domain.
Spawn BANNED Joined Jun 20, 2009 Messages 1,184 Reaction score 394 Sep 8, 2010 #3 thanks but i have no clue where this is or how to change it.
nufaman Elite Member Joined May 29, 2009 Messages 1,870 Reaction score 1,345 Sep 8, 2010 #4 Do you know how to Ftp? You'll need to edit your .htaccess file and put that at the top of it
Spawn BANNED Joined Jun 20, 2009 Messages 1,184 Reaction score 394 Sep 8, 2010 #5 i have a site at http://example.co i setup the blog mistakenly at http://www.example.co/blog/ im trying to make it http://example.co/blog/ thank you!
i have a site at http://example.co i setup the blog mistakenly at http://www.example.co/blog/ im trying to make it http://example.co/blog/ thank you!
Spawn BANNED Joined Jun 20, 2009 Messages 1,184 Reaction score 394 Sep 8, 2010 #6 10,can someone send me the code? urls are explained above.