webtester01

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by webtester01

  1. I don't understand this part

    "First is to use the IP address your site is hosted on. This can be found by logging into cPanel. "

    Where's the IP address?

    So, for host, I can use avenger.hawkhost.com or my host IP address (where is it?)...and connect using the username/password I created, right?

  2. I want to connect to MySQL remotely. What host do I use?

    Locally and on the server, I can use 'localhost' but let's say I want to test locally and connect remotely, what host do I use?

    mysql.hawkhost.com and then connect using my username/password? Do I need to specify a port?

    Thanks.

  3. Let's say I have two domains.

    http://domainA.com and http://domainB.com

    domainA is merely use as a 301 redirect to domainB. So, I want to use domainA to create virtual subdomains -- is this possible?

    For example, http://testing.domaina.com would redirect to http://domainb.com/blog/testing

    I used the code below (as a hypothetical example), but it didn't work.

    I tested http://testing.domaina.com but it gives me an error (page not found).

    
    RewriteCond {HTTP_HOST} !^domaina.com$
    
    RewriteCond {HTTP_HOST} ^([a-zA-Z]+).domainb.com$
    
    RewriteRule ^.*$ http://domainb.com/blog/%1
    
    

    The other way is to manually create a subdomain on domaina.com each time by logging into Cpanel, but I don't want to do that each time for hundreds of subdomains.

  4. I want to become an affiliate to promote the Shared Hosting package, and wondering how do I sign up and what are the commission? Any affiliate tools like banners? I've seen tons of webmasters with a hostgator affiliate banner, but I would like to promote Hawkhost to see how it converts.

  5. Ok, so basically the unlimited domain hosting under one account is pretty much subdomains that point to my main domain.com on my host.

    Like domain1.com would be my main, and then newdomain2.com would be a subdomain of newdomain2.domain1.com (which points to newdomain2.com).

    How does this affects PageRage?

    Say, domain1.com all of a sudden increase its page rank to PR 4, but newdomain2.com would not be affected right? So, if newdomain2.com drops a pagerank, it would not affect my main domain right?

    Also, if I have high page ranks for both of my main domain and all my other domains (subdomains) and decided to switch to a new webhost, would it affect my pagerank as it will get new IP addresses?

  6. Hello,

    I am on the least expensive shared hosting plan, and have multiple domains hosted on there (pretty just subdomains that point to the parent domain). Now, how much extra or what do I have to do to issue different IP address for each of my domains? Kind of like how in Seohosting, you can different IP for each. That way, if Google slaps my my domain, it won't effect domains hosted on it.