PDA

View Full Version : Apache/DNS setup question



jadehouse
12-17-2008, 03:04 PM
From DNS down; I have a CNAME *.domain.com > domain.com, and in Apache I have directives set to 301 direct *.domain.com > domain.com (www and everything else, incase they mistype www or whatever).

Is that setup correct or am I doing it wrong?

Very new to DNS/Apache, so trying to bang through it... brain still isn't quite comprehending it all. In the beginning, I was using ServerAlias to do the directing, but then realized how fail that was for the search engines.

Thanks.

Chris
12-21-2008, 08:21 AM
You shouldn't need to use BIND for any sort of SEO issues.

I use .htaccess to handle my 301s, though you could use httpd.conf. Why don't you post your code?