I answer this question quite often, also, so hopefully this article will help to clarify what website hosting is. Website hosting (aka hosting) is much different than a domain name, though they’re very closely related.
-
Find out which version of Apache is running on unix/*nix systems
To find out which version of Apache you’re running on a *nix system, you can run the following command. This will only work if you have permission to run the script in the first place, so you should probably login as root or use sudo, if you can. If this isn’t possible, then you should [...]
-
Mod_Rewrite PHP No Input File Specified
So I launched a site. It was using nice clean rewrites on my dev server (partly local, partly fedora 8). After launching to a godaddy server, i was getting the error: No input file specified.. I knew my redirects/rewrites should have been working. So, I did some searching, and after (yes, a gruelling 8 minutes), [...]
-
upload_max_filesize PHP/Apache upload of large files
You may encounter a constraint when trying to upload files to your website. You may exceed the allowed upload size. You can fix this by modifying your .htaccess file to allow PHP to handle files larger than the default 2 MB.
-
Simple Password Protection for your website page
Quite often you’ll need to password protect a web page. This can easily become difficult if you need to authenticate users that belong to groups or roles. But for just a quick password protected page, you can use .htaccess and Apache’s authentication. You’ll need ssh or ftp access, and your server must be configured to [...]
-
February 24, 2008
1 CommentPHP displays a blank white page
Often times during development, a PHP page will suddenly display a blank white page. For those of you who don’t know this, it can be very helpful to toggle error display to allow you to view why PHP is showing nothing.
