Topsite101 got a domain! :)

  • Thread starter Thread starter Deleted member 5665
  • Start date Start date
D

Deleted member 5665

Topsite101 finally has a .net domain! ^_^

Also has reached 30 registered on the topsite! 😀
 
Nice work mate, how do you plan on changing the topsite buttons to the domain?
This means that all of your admins will need to change the code?
 
Yes, but that doesn't change on the actual website that the button is placed on.
 
I think Incog is saying that you need to ask each and everyone of your clients to change it to .net for the image and the link. You will definitely want to for your benefit as you want the .net to be indexed, not .co.cc.

Anyway, congrats on the domain. Good luck.
 
If I remember correctly, a .htaccess redirect will also work with files...

So you could add a redirect that makes
http://topsite101.co.cc/images/button.png

Go to
http://topsite101.net/images/button.png

Then send out a mass email telling your admins to update their code anyway, but those who don't will still work. Only issue is I can't remember the exact code for doing it, probably something like this though;

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^chuckthespy.com [NC]
RewriteRule ^(.*)$ http://www.chuckthespy.com/$1 [L,R=301]
 
Back
Top Bottom