home
about us
faq
support
contact us
search
sitemap
webmail
login
24x7 Support
DOMAINS
WEB HOSTING
SERVERS
WEB DESIGN
ECOMMERCE
BUILD TRAFFIC
MAKE MONEY
ORDER NOW
Knowledge Base
We have developed our knowledge base for both customers and employees to reduce support response time and provide the most relevant, up to date answers to common questions and problems. Our internal support ticket system enables our staff to selectively include any reply to a question or support issue to our real time Knowledge Base.

The Knowledge Base is indexed by subject and can be searched by keywords and phrases with results being displayed in the order each message was sent by our staff. The most recent messages appear at the top of the search results, while older messages are ranked lower. We routinely edit and delete outdated messages to ensure that only the most current information is provided.
Guide to Common Questions Search the Knowledge Base
Login/Password Issues
Renewals
Database Issues
Addon Domains
Can You Increase My Disk Space?
Spam
Domains
Email Settings
Manage Email Accounts
My Website Is Down
DNS
SSL Certificates
Auto Installer / PhpCart
Transfers

Login/Password Issues

  • How can I locate my domain account or hosting account passwords?
  • I forgot my username and password. How can I log in?
  • I changed my email address and lost my password. What do I do now?
  • A former worker managed my account. How do I gain access?
  • I changed my hosting account password, and now I am getting database errors. How do I fix this?
  • I changed my hosting account password, and now I can't log into my Secured.com folder. How can I log in?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Renewals

  • Why do I need to renew my domain if it's free with hosting?
  • Where do I go to renew my account?
  • I am in charge of renewing my company's account, but I don't have login access. How can I make a payment?
  • I need to renew my account, but I lost my username and/or password. What do I do now?
  • Why didn't I get the renewal email notification?
  • Why do I have to renew my domain account if it's free with hosting?
  • How long does it take for my account to become active after I make a renewal payment?
  • I renewed my domain, but it is not pointing to my hosting account. What do I need to do?
  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?

Database Issues

  • My website is showing a database error related to sessions and says I should repair the table. How do I do this?
  • I changed my hosting account password, and now I am getting database errors. How do I fix this?
  • How do I add a new database to my account?
  • How do I log in and out of my different databases?

Addon Domains

  • What steps do I need to take to add a new domain to my account?
  • What are the DNS settings for my addon domains?
  • How do I know which forwarding type to use for my addon domains?
  • How do I set up a subdomain for an addon domain?
  • Where do I go to create and manage email accounts for my addon domains?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Unlimited Disk Space and Storage

  • Is the disk space really unlimited?
  • How can I get my disk space increased?

Spam

  • What are the best spam filter settings I can use?
  • Banned words are still getting through my spam filter. How can I stop this?
  • My customers are getting a bounce email when trying to email me or someone in my company. How can I stop this?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Email Settings

  • What are the email settings for my email client (Outlook)?
  • How can I modify the outgoing servers for my 4Admin Webmail?
  • What are the settings I need to get email on my iPhone?
  • How can I successfully forward my email to Gmail and Hotmail?
  • I can receive email, but I cannot send out. How can I resolve this?
  • My email is being blacklisted from Gmail, Yahoo, Comcast, etc. What can I do?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Manage Email Accounts

  • Where do I go to create and manage email accounts for my primary account?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?
  • Where do I go to create and manage email accounts for my addon domains?
  • My customers are getting a bounce email when trying to email me or someone in my company. How can I stop this?
  • I am hosting my email on an exchange server. How should I modify my DNS settings?
  • I am hosting my email at another location. What settings should I change?

My Website Is Down

  • My website is down. What should I do?
  • My website is up for some people, but down for other people. How can I troubleshoot this?
  • Some of the images on my website are not displaying. How do I troubleshoot this?
  • My SSL certificate has been installed and is displaying a warning that indicates everything is not secure. What is the issue?

DNS

  • Where should I go to change my domain DNS settings to point to my hosting server?
  • What are the DNS settings for my addon domains?
  • My website is up for some people, but down for other people. How can I troubleshoot this?

SSL Certificates

  • Where do I go install my certificate?
  • My certificate installed successfully, but it's not working. What do I do?
  • How long does it take to order and install my SSL Certificate?
  • My SSL certificate has been installed and is displaying a warning that indicates everything is not secure. What is the issue?

Auto Installer / PhpCart

  • Wordpress Common Issues
  • Joomla - I am getting the error "restricted access"

Domains

  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?
  • Where do I go to renew my domain?
  • Why do I need to renew my domain if it's free with hosting?
  • What can I do to make sure that my domain doesn't expire?
  • My domain expired recently. Is it still mine and, if so can I renew it?
  • My domain expired a month ago and the whois indicates that it's in the redepmtion period. What are my options?
  • How do I transfer my domain and hosting account TO Webmasters.com?

Transfers

  • How do I transfer my domain and hosting account TO Webmasters.com?
  • How can I transfer my domain to another owner or domain account WITHIN Webmasters.com?
  • What steps do I need to take to transfer my domain to another domain registrar?
  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?
PRINT

Subject: Install Wordpress On an Addon Domain

The following message was sent by our staff regarding the above subject:

Hello,

To install Wordpress into an addon domain there are two choices*.

1: Use the [Autoinstaller] to install one copy of wordpress and then 'clone' it into a new directory under your /addon/addondomain.com/ directory.
(If you've already installed Wordpress then you can just clone the existing directory to your addon and then change the wp-config.php file to reflect the new database and installation-- by using the [File Manager] in your control panel)

2: Download the Wordpress package from the official website and upload it into the above directory, uncompress, and install it following the instructions in the package.

I recommend one database per Wordpress installation. If you're installing another, use the [Database Administrator] to create an additional database.

When modifying wp-config.php you will use the following:

/** The name of the database for WordPress */
define('DB_NAME', 'database');

/** MySQL database username */
define('DB_USER', 'database');

/** MySQL database password */
define('DB_PASSWORD', 'password');

/** MySQL hostname */
define('DB_HOST', 'localhost');

Obviously replace database and password with your information.
If you're using a secondary database then the 'database' would be entered like this:

accountusername_databasename

If your main hosting account login is 'bob' and your new database is 'wordpress', then your database name is:
bob_wordpress

So the short version of the above is:
1) Create a new database
2) Clone the directory for an existing Wordpress install or install a fresh copy and clone that into your /addon/addondomain.com/ directory
3) Modify wp-config.php for each installation to reflect the new database login information


*If you're trying to use an existing copy of Wordpress from another site, for testing before setup for example, you would need to also import your database from the other site and then configure Wordpress to accept it.
Import can be performed through the [Database Manager]

Please note that Wordpress and other CMS programs will -not- always function properly when DNS is not pointed to the existing server. If you're unable to use it, you can try to use the control panel Alternate URL by inserting /addon/youraddondomain/ into the URL after the primary domain, such as : http://IPADDRESS/*primarydomain.com/addon/addondomain.com/ (the rest of the path, /wordpress/etc..)

Please feel free to contact us again if you have any other questions or issues. Thank you for contacting us.

Best regards,

WEBMASTERS.COM
Support Team

Search Term:
  SEARCH
PHP 7 is here! Upgrade now, for free!

Home | About Us | FAQ | Contact Us | Support | Customers | Login | Terms | Privacy | Whois | Search | Site Map
© Copyright Webmasters.com. All Rights Reserved
 Traffic Partners:  Website Templates :: Free Videos :: More Traffic Partners >>
 We Want to earn your business! Please help us improve by completing our anonymous Visitor Survey.
Domaining.com recommends this domain name registrar   Icann Accredited Registrar