Brian

Administrators
  • Posts

    1,134
  • Joined

  • Last visited

  • Days Won

    132

Posts posted by Brian

  1. We've decided we're not going to do the introduction forum, it's not something really relevant to these boards. You can use the self promotion forum to introduce your website(s) and include some information on yourself if you'd like.

    As for the quick reply we'll look to get that implemented within a few days.

    Thanks for the suggestions!

  2. All of our orders go through a fraud check and verification system, which can take some time. If something on the order seems higher risk, we'll then have it flagged and it will require additional review. Since I'm not sure what your order number was, I cannot look for sure to see whether or not this was the case for you.

    As for the ticket response delay, our sales department is only in the office during business hours which is why your ticket was not replied to when submitted a few hours ago. At this point you should have received a reply.

    If you're still having any issues please email sales[*at*]hawkhost.com and reference your order number, the original ticket number, and a link to this forum thread and we'll investigate for you when we have all the details available. Obviously I don't want to ask you to post the order or ticket number in this forum :)

  3. You would install Joomla into the public_html directory. We do offer installations through Sofactulous in your control panel for this software, which makes it very easy to install the most recent version of Joomla.

  4. Unfortunately we're still unable to sell SSL certificates. You're of course able to purchase one from elsewhere (GoDaddy, RapidSSL, Network Solutions) and install it through cPanel, and if you can't get it to install we can have our support department help.

  5. Fowler is right, those replies sum up the policy basically. There is no "set" limit, though we do monitor closely for abuse of that type of thing. Obviously an account that's a 3GB account of all 1KB files is going to be considered a problem. Any idea of how many total files you'd have hosted on the account?

  6. If you have a VPS with us, you just need to make sure your old host has SSH access enabled on your account.If you have a shared account with us, make sure you get SSH access enabled, and then get SSH access enabled on your account with the old host.

    From there you can use scp to transfer the files between hosts. There's various tutorials out there on scp, this one is pretty good: http://amath.colorado.edu/computing/software/man/scp.html

    You can also contact our support department and ask them to help you out with the move, simply submit a support ticket at https://support.hawkhost.com and provide login details to your account with the old host and we can take care of it. Keep in mind though this is only if you have a shared account, if you have a VPS you'd need to attempt to transfer the files on your own.

  7. You should be able to do this via .htaccess:

    RewriteEngine on

    RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC]

    RewriteRule \.(flv|avi)$ - [NC,F,L]

    If you want to display a custom message and what not, in the third line there replace the '-' with:

    RewriteRule \. (flv|avi)$ http://yourdomain.com/customimage.jpg [NC,F,L]

    Obviously replace http://yourdomain.com/customimage.jpg with the proper URL

    You can also add any extension type in the third line there to modify / customize your needs.

    Hope this helps (and works :))

  8. Once payment is made and the order passes our fraud verification it's usually about 10-15 minutes. If you've still not received an email and it's been more than 2 hours please contact our support department and provide the order number or invoice number and we can investigate :)