Bluehost 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 Bluehost 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
Manually editing your error pages
How to customize your html or php error pages.
Easy Apache
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.
Change Your PHP Version - Dedicated and VPS Hosting
Changing PHP versions, load custom Apache mods, and other Apache/PHP customizations
Related Help Content
Character sets in PHP
How to Set different character sets with PHP and HTML to display correctly.
Protect Specific Pages With SSL
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.
Redirects that do not work due to PHP variables
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,
Character sets in HTML
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
Apache Handlers
What are Apache Handlers? How do I setup customized Apache Handlers?
PHP display_errors flag
How do I turn the display_errors flag on for php?
PHP information page
How do I view the php information page?
Avoiding index html
How do I display my home page which is using a name other than index.html?