To set up a private nameserver in godaddy:
- Go to your domain panel and click manage domains
- Find the domain that you want to create the private name servers for
- Click add on the Host Summary section on the bottom left hand side
- enter ns1 for the host name, and enter your primary IP for the IP address and click ok
- click on add again and enter ns2, and enter the same IP except 1 number higher. So if your primary ip was 192.168.0.1, the second ip you would use would be 192.178.0.2
- Click OK
Read the rest of this entry »
March 3rd, 2011 in
Uncategorized |
Comments Off1. You can make a new page template in the /templates/YOURTEMPLATE/ folder eg. _page1.html (ISC has some documentation on this)
2.edit this file to point to: %%Panel.HTMLHead1%%
3. Make a new HTMLHead1.html page in the /panels folder.
( just duplicate the HTMLhead.html file)
March 3rd, 2011 in
Uncategorized |
Comments OffPut the below code into your .htaccess file to force the www version of your website. This prevents both versions of your website from getting indexed and losing out on link equity, getting rid of duplicate content, and increasing crawl depth.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
March 3rd, 2011 in
Uncategorized |
Comments Off