One of our clients installed PHPList on his domain and receives error message while sending message through PHPList as shown below: Warning: open_basedir restrictions are in effect, which may be the cause of the next warning Warning: The attachment repository does not exist or is not writable To overcome the above issue, one may need to edit the config.php file of PHPlist and need to make changes as ...
To set a custom 404 page first we need to create custom 404 page through any text editor or HTML editor on server and save it as 404-error-page.htm or not-found.htm. Once you create the custom 404 page then open Internet Service Manger from the server desktop or from the following mentioned location: i. Click on Start Menu. ii. Click on Programs. iii. Click on Administrative Tools. iv. Click on Internet Service Manager. Click the ...
We can migrate domain hosted on windows server from 1 GB default mail space limit to 2 GB through HELM restore tool. First we will need to create the service for 2 GB mail space from the HELM control panel and below are the points to be followed: 1. Login to HELM control panel as the administrative. 2. Click on System Settings icon. 3. Click on Servers. 4. Click on Add New button. 5. Enter the Machine name and the IP address of the server ...
Upgrading from Microsoft SQL Server 2000 database to SQL Server 2005 database involves the following steps: I. Backup the SQL server 2000 database. II. Importing the database from SQL Server 2000 to SQL Server 2005. I. Backup the SQL Server 2000 Database. Below mentioned steps is used to backup the database of SQL Server 2000. i. Open SQL Server 2000 Enterprise Manager. ii. Expand Microsoft SQL Servers. iii. Expand ...
Updated 07-03-2009 at 03:07 AM by kenn
One of our clients hosted his domain on our linux server using cPanel version 11.24. He has uploaded the file index.php and index.html on his domain. Now when accessing the site by default it access the index.html and he needs index.php access by default. He reported us that How to set the high priority to index.php. He also requires the index.html file. To access the index.php file as default one may need to add the following entery in .htaccess file of the domain. ...