3
votes
2answers
86 views

Redirecting WWW.website.com to website.com

I ranked my site at Nibble.com and i was going through everything, checking for ways to improve my website, and I noticed that www.website.com was classed as a duplicate of website.com. How do I ...
1
vote
1answer
86 views

if i change the cname of my site to point to tumblr will any .htaccess file i upload to the root be over ridden?

If i upload a .htaccess file to the root of my domain but then point the domains cname at tumblr will the contents of the .htaccess file be over ridden by tumblrs htacess file ?
1
vote
3answers
91 views

mod_rewrite: rewriting http://$SOMETHING.app.example.com/ to http://www.example.com/app/$SOMETHING

I'm trying to make http://$SOMETHING.app.example.com/ transparently rewrite to http://www.example.com/app/$SOMETHING. The config below is giving me a 404 and I'm not sure why. ServerName ...