Blog
24 x 7 x 365 US Based Support
1-Click Installs of Popular Applications and Site-Builders
99.9% Uptime Guarantee
Where do I go to submit PTS tickets?
Log in to your Online Customer Care Center at https://order.aitcom.net/. On the left Menu go to Ticket Support under the Customer Service menu. Click on Submit Ticket, which is located at the top-center of the screen. Fill out the...
How do I set my MySQL logs to only show update transactions to the database?
This information can be found at //mysql.com/. You would have to start mysql with the following command: ./mysqld --log-update & Of course, file_name can be what name you wish it be. When running the mysqladmin flush-logs command, this will start a new...
Why do I get excessive recursion errors when trying to send mail to my alias account?
The usual cause of this is that you have an alias that is being looped back to itself. Let's explain. Examples : /etc/mail/virtusertable: sales@johndoe.com -> Sales@johndoe.com Sendmail is not case-sensitive so it sees these as the same alias...
How do I fix the following error when logging into FrontPage on my fully-managed Linux hosting server? The requested URL /_vti_bin/shtml.exe/_vti_rpc was not found on this server?
Login to your server via FTP. Go to /www/conf directory. Open the srm.conf file for editing. Ensure that the following ScriptAlias is present (if it is not, then please add): ScriptAlias /_vti_bin/_vti_adm/ /www/htdocs/_vti_bin/_vti_adm/ ScriptAlias...
How do I enable the Apache directive for mod_rewrite on Apache 2.0?
The Apache directive for mod_rewrite is a one line addition to the /www/conf/httpd.conf file. To do so, follow these steps: FTP or SSH to your server. Proceed to the /www/conf directory. Open the httpd.conf file, search for: LoadModule and add the...
How do I generate public and private keys for SSH with Mac OS X?
$ ssh-keygen -t rsa -C "username" Generating public/private rsa key pair. Enter file in which to save the key (/location/to/.ssh/id_rsa):/home/location/to/.ssh/authorized_keys Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification...
How do I add a product to a specific section of MCart 2005?
Products are added in the Contents menu. Using the Add New Product option under the Products Menu does not add the product to a specific section. This option will only add that product to the store. To put the product under a particular...
How do I fix the “No recipient addresses found in header” generated by MCart 2005, when using Mozilla based browsers (Firefox and Netscape)?
If you're receiving this error message; "No recipient addresses found in header", you're getting this error message because required email addresses are missing from the Email Templates section of MCart 2005. Login into your MCart 2005 Administration Area Click on the...
How do I add more states to the drop down box in Mcart2005?
You can add additional states to the drop down box with the following steps. Go to the Customer menu. Select Customer Fields. Select County. Under Content, go to the Option text box and type in the state that needs to be added. Click...
Why am I receiving the following error using MySQL or DBManager? Access denied for user: ‘main_user@
There are several reasons for this error. Some include the following: You have placed a password into user@localhost and the proper files were not edited with that new password. The following files would need to be edited in order to resolve this...

