Chat Online
Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
my domain dont work with www
1/8/2007 15:05
Hello
my domain working in this form
   http://myDomain.com
but not working in the www form
   http://www.myDomain.com
can any one tell me where is problem could be
Reply Quote
4/17/2008 11:26
I thought you couldn't use .htaccess files with Dynadot hosting?
True, .htaccess is not allowed at Dynadot Hosting.

More Limitation/Features


Regards
Mashahood Nizamani
Reply Quote
4/17/2008 10:06
I thought you couldn't use .htaccess files with Dynadot hosting?
Reply Quote
1/9/2007 22:52
make sure your .htaccess file automatically switches your website to the WWW version of your website --- ONE OR THE OTHER! you do NOT want google to index your website 1. as www or 2. without the www. This will cause problems with indexing and you might get penalized due to duplicate content [because it is indexing two versions of your site!]


Fix for this... in your .htaccess file, use this code:

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

this might also cause problems with adsense and such, so i recommend you do it asap just in case!
Reply Quote
1/9/2007 15:08
here is a fix...

go to run and type cmd

then   type ipconfig /release
           ipconfig /renew

and all should work...
Reply Quote
1/9/2007 01:04
Usually this is because of a domain caching problem.

Sometimes restarting your computer will help clear the cache.

Also, you can try using our domain snapshot tool in the control panel. It will show you what your domain looks like with no caching.
Reply Quote