need quick htaccess help!

Spawn

BANNED
Joined
Jun 20, 2009
Messages
1,184
Reaction score
394
should take 5 minutes, just need a small tweak to change from a www. to regular http:// let me know! ill pay 5usd
 
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.
 
thanks but i have no clue where this is or how to change it.
 
Do you know how to Ftp? You'll need to edit your .htaccess file and put that at the top of it
 
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!
 
10,can someone send me the code? urls are explained above.
 
Back
Top