Website Management

Adding / Deleting Secondary Domains

Secondary Domains are “full-fledged” domains, that are not attached to the master domain in any way except that the feature limits are shared between the master domain and secondary domains. This means that if a hosting account has the ability to create 10 e-mail boxes, the master domain could have 5 e-mail boxes, and a secondary domain could also have 5 e-mail boxes, and that would be the limit for these accounts. Secondary domains have their own statistics pages, bandwidth recording, and web space.

How to: Add a Secondary Domain

Adding / Deleting Subdomains

Subdomains are domains of the form sub.mydomain.com. They point to the mydomain.com/sub folder when they are created.

Controlling who can see your website

How to: Add / Edit .htaccess Access Control

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Access Control ] link for the directory you’d like to manage.
Choose the Access Order. The choices are “Deny first, then allow”, and “Allow first, then deny”.
Deny first, then allow – The ‘Blocked Hosts’ list will be evaluated first.
Allow first, then deny – The ‘Trusted Hosts’ list will be evaluated first.
Enter hosts or IP addresses on the Trusted Hosts and/or the Blocked Hosts text boxes.

Adding a directory specific .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Per Directory Options section.
Choose the directory you want to create this .htaccess file in from the Directory drop-down menu.
If you would like this new .htaccess file to be immediately enabled upon creation, choose “Enabled” from the Status section.
Click the ADD button.

Adding, Editing, or Deleting MIME-Types

How to: Add a MIME-Type

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ MIME-Types ] link for the directory you’d like to manage..
In the “MIME-Type” column, enter the MIME-Type you would like to use for the given extensions. As you type, the field will auto-complete with various known MIME-Types. MIME-Types must be in the form: “<type>/<subtype>”.
In the “Extensions” column, enter a space separated list of extensions.
Click the ADD button.

How to: Edit a MIME-Type

Creating, Editing, or Deleting Redirecting Rules

How to: Add a Redirect Rule

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Global Directory Options section.
Click the [ Redirects ] link.
In the Redirect From column, enter the path, relative to webroot, that you would like to redirect.
In the Redirect To column, enter the URL you would like to redirect to.

Adding, Editing, or Deleting Apache Handlers

How to:  Add an Apache Handler

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Handlers ] link for the directory you’d like to manage..
In the “Handler”column, enter the Apache handler you would like to use for the given extensions. As you type, the field will auto-complete with the various default handlers in Apache.
In the “Extensions” column, enter a space separated list of extensions.
Click the ADD button.

How to: Edit an Apache Handler

Adding, Editing, or Deleting Error Documents

How to: Add an Error Document

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Error Documents ] link for the directory you’d like to manage..
In the “Error Code” column, select the error code from the dropdown list.
In the “Error Page” column, enter the path to your custom error document, relative to the web root. Alternatively, you can enter a fully-qualified URL to another page.
Click the ADD button.

How to: Edit an Error Document

How to: Delete a directory specific .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Per Directory Options section.
Click the checkbox next to the directory or directories you want to delete the .htaccess file from.
Using the drop down at the bottom of the list of directories, select “Delete …”.

How to: Delete the domain wide .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Global Directory Options section.
Click the DELETE button.
You will see a confirmation page. Click the DELETE button to confirm.

How to: Disable a directory specific .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Per Directory Options section.
Click the checkbox next to the directory or directories you want to disable the .htaccess file in.
Using the drop down at the bottom of the list of directories, select “Disable”.

How to: Disable a domain wide .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Global Directory Options section.
If a domain wide .htaccess file is currently enabled, you will see aDISABLE button. Click this button to disable the .htaccess file.

How to: Enable a directory specific .htaccess file

How to: Enable a directory specific .htaccess file

 

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Per Directory Options section.
Click the checkbox next to the directory or directories you want to enable the .htaccess file in.
Using the drop down at the bottom of the list of directories, select “Enable”.

How to: Enable a domain wide .htaccess file

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Locate the Global Directory Options section.
If a domain wide .htaccess file is currently disabled, you will see an ENABLE button. Click this button to enable the .htaccess file.

How to: Manage Hotlink Protection

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Hotlink Protection ] link for the directory you’d like to manage.
In the “Hotlink Protection Status” drop down, choose if you want the protection enabled immediately, or not. This option is useful if you’d like to turn your hotlink protection settings on or off quickly to see the difference, without deleting your hotlink protection settings and having to re-create them.

How to: Manage Indexes

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Index Management ] link for the directory you’d like to manage.
In the “Default Index Files” text box, enter a list of default index files, on per line. This setting affects when a browser requests a URL that ends in a ‘/’ (a directory). Apache will use this list of files to determine which file to serve. Apache will serve the first file found in the list, from top to bottom.

How to: Manage PHP variables

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ PHP Variables ] for the directory you’d like to manage.
For each option, there is an “Inherited” setting. When “Inherited” is selected, the PHP variable will inherit its value from the parent directory above. The displayed value shown next to the “Inherited” option is the value that will be used for that directory.
Adjust the PHP settings as desired.
Click the UPDATE button.
Available PHP Variables

How to: Set, Edit, or Delete a Default Character Set

How to: Set a Default Character Set

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ Default Character Set ] link for the directory you’d like to manage.
In the Default Character Set column, enter the default character set you’d like to use. As you type, the field will auto-complete with some of the more commonly used character sets.
Click the ADD button.
How to: Edit a Default Character Set

What is .htaccess?

.htaccess is a file that you create in a web accessible directory to override default Apache settings on that directory and all of the directories inside of it. [If you don't want this, you need to create another .htaccess file in the subdirectory changing the setting you changed back to the default.] If the directory is writable by the web server you can create a .htaccss file from the File Manager.

How To: Create and manage FTP accounts

Adding an FTP account

Click the Hosting Features menu item if it is not already open.
Click the FTP menu item if it is not already open.
Click the Accounts menu item.
Enter a username for the FTP account you want to add
Enter a password. Re-enter the password to verify
Or click the "Generate" to have a password created for you
To limit the user to a specific directory (and it's sub-directories) click on the "Home Directory"
Click on the the + symbol to navigate through the directory structure.