Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you want ec2instances.info without the www to work you might consider using WWWizer (http://www.wwwizer.com/)

Basically you can point any domain's A record to 174.129.25.170 and it will redirect you to the www subdomain.



Or you use a .htacess and do not give a random person control over your domain.

  Options +FollowSymlinks
  RewriteEngine on
  rewritecond %{http_host} ^ec2instances.info [nc]
  rewriterule ^(.*)$ http://www.ec2instances.info/$1 [r=301,nc]


The site is hosted on S3 so that type of configuration isn't an option. More details: http://powdahound.com/2011/03/hosting-a-static-site-on-amazo...


If you registered it with GoDaddy, you can use their free domain parking service.


That's a great idea. Just hooked it up.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: