General Question

linkfishstudio's avatar

How do you remove the "www" from the URL of a wordpress site?

Asked by linkfishstudio (1points) August 27th, 2009
1 response
“Great Question” (0points)

?

Topics: , ,
Observing members: 0
Composing members: 0

Answers

macca's avatar

in .htaccess file in the root directory…

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

though don’t tough any of the Wordpress generated stuff that’s in there.

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`