HostMonster Web Hosting Help
PHP pages do not display
If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP.To serve HTML pages to browsers, we don't associate the Apache processes with your 20 process limit. We have to have a process limit per user because this is a shared hosting environment. If we did not have limits not everyone could use PHP.
- Log in to your HostMonster cPanel account.
- Scroll down to the bottom of the error log and click on "Click here to see a list of your running processes".
- If you have about 20, and most of them look like they are "php index.php" and several days old, you can almost always assume that they have stalled and are no longer functioning properly.
- Click on the kill process link to the right of an old process, continue to do so until your PHP pages start working.
Recommended Help Content
How to customize your html or php error pages.
This article will explain how to use Easy Apache to recompile Apache. This is useful if you want to change the version of PHP or change other PHP and Apache settings.
Knowledgebase Article
134,536 views
tags: apache build compile dedi dedicated easy modules version vps
Changing PHP versions, load custom Apache mods, and other Apache/PHP customizations
Related Help Content
How to Set different character sets with PHP and HTML to display correctly.
Knowledgebase Article
215,064 views
tags: arabic character chinese collation japanese language languages mysql php phpmyadmin sets
This article will show a way to protect specific pages of your website with SSL. This may have benefits for SEO and can be used on pages that contain forms, shopping carts or any other page where users might enter sensitive information.
The redirection of www.yourdomain.com/default.html or index.html to http://www.yourdomain.com/index.php?act=whatever redirects it to http://www.yourdomain.com/index.php%3fact=whatever In other words,
Knowledgebase Article
1,035,587 views
tags: htaccess messing mod php redirect redirects rewrite variable variables
Instructions to set different character sets in HTML. Note: Not all character sets will be correctly rendered with this encoding format, but most will. You can find specific information about which ch
Knowledgebase Article
221,779 views
tags: arabic change character chinese html japanese language languages sets
What are Apache Handlers? How do I setup customized Apache Handlers?
How do I turn the display_errors flag on for php?
How do I view the php information page?