Topic : Cpanel

« Back to Knowledgebase


The best way to find the PHP configuration information for the specific server you’re on is to make a phpinfo file. Create a file called phpinfo.php with the following code:
phpinfo();
?>
Once you’ve created the file upload phpinfo.php to your public_html folder on your web space. Now visit this page in your browser by going to http://www.yourdomain.com/phpinfo.php [...]

Topics : Cpanel PHP PHP programming language

No Comments

If you wish to set the PHP5 to run for a specific directory and only that directory and it’s sub directories it can be done with the following code in a .htaccess
<FilesMatch .php>
SetHandler application/x-httpd-php5
</FilesMatch>
If you’re looking to run PHP5 across your entire account we recommend you make use of the PHP Configuration option page found [...]

Topics : Cpanel PHP PHP programming language

No Comments

Awstats is a web site analysis tool you can use to view the number of visitors to your web site, their activity including page view, reports on keywords used to reach your web site, and many other available reports that can help you monitor your web site’s overall activity. You can learn more about Awstats [...]

Topics : Cpanel Log and Statistics

No Comments

Raw Access Logs allow you to see who has accessed your site without the use of graphs, charts or other graphics. You can use the Raw Access Logs menu to download a zipped version of the server’s access log for your site. This can be very useful when you need to see who is accessing [...]

Topics : Cpanel Log and Statistics

No Comments

Analog produces a simple summary of all the people who have visited your site. It is fast and provides great lightweight statistics. Analog shows the people who have accessed your site during a specific month. It provides limited content but can be helpful to see where your main users are coming from and how they [...]

Topics : Cpanel Log and Statistics

No Comments

This function will display the last 300 errors for your site. This can be very useful for determining what links are broken on your site, or what files do not exist that should. Checking this log frequently can help keep your site running smoothly
When the page loads and if there are any errors associated with [...]

Topics : Cpanel Log and Statistics

No Comments

The Bandwidth Usage feature allows you to see the bandwidth usage for your site. It shows the current month’s bandwidth usage as well as your total bandwidth usage. This will include all HTTP (web) and POP (mail) bandwidth usage and may include FTP bandwidth usage if your system administrator has enabled FTP bandwidth logging.
Monthly Bandwidth [...]

Topics : Cpanel Log and Statistics

No Comments

Redirects are used when you want to point a specific url or web page to another location. For example, you want your visitors to be redirected to DomainB.com/Order.HTML when they visit DomainA.Com/Sales.HTML.
Steps

Select the type of redirect you want to create from the drop down menu. You have two choices:

Temporary – Temporary redirects will not update [...]

Topics : Cpanel Domain Management Redirects

No Comments

Parked Domains are really domain pointers that allow you to “point” or “park” domain names to your existing hosting account. For example, your main web site is DomainA.com, but you also have DomainB.com. cPanel allows you to “point” or “park” DomainB.com to your main domain or web hosting account at DomainA.com.
Creating A New Parked Domain
Steps

Enter [...]

Topics : Cpanel Domain Management Parked Domain

No Comments