Configure Your Server To Parse HTML Files As PHP

When using a web application like FileChucker, you may want to embed it within another page on your site.  You can embed it within a .shtml page or a .php page, but what if you want to embed it within a plain old .html file?  Or you may be using UserBase to password-protect the pages on your website, and you'd rather not have to rename every page (and update every link) from a .html extension to a .php extension.

The solution is to configure the server to treat .html files like .php files; the server must parse the .html files just like it parses .php files.  If your server is Apache, then you can add a line to your website's top-level .htaccess file to enable this parsing.  The exact line that you must add to the .htaccess file will be different for different servers, depending on exactly how Apache and PHP are installed and configured.  But one of these lines (or sets of lines) should do it:

AddHandler x-httpd-php .html .htm
# (tested successfully on a GoDaddy/Apache server in December 2009)

AddHandler php-script .php .html .htm

AddHandler php5-script .php .html .htm

AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html

To verify that it worked, create a file called phptest.html and put some PHP code into it; for example:

<?PHP
echo "PHP is working.";
?>

Now upload phptest.html to your server and visit it in your browser.  If it displays simply "PHP is working." then you're all set.  But if it displays all the PHP code ("echo", etc), or if it displays nothing at all, then you know it's not working, and you'll need to try different lines in your .htaccess file.

One final note: if your server has PHP's short-open-tag feature enabled, this may cause problems within any XML files on your site, since XML files start with "<?" which is what PHP uses as its short open tag.  The solution there is to disable the short open tags, either by adding this to your .htaccess file:

php_flag short_open_tag off

...or, on some servers, creating/editing a php.ini file within your website's top level, and putting this line into it:

short_open_tag = Off

Shopping Cart

Your cart is empty.

Client Quotes

I just installed the demo of your product and got it up and running in no time.  I searched high and low for a decent login script and thank God I found yours.
– Adrian F.
I spent ages trying to find a way of making my own log in page for my website - if you're thinking of doing that forget it - don't waste your time!  UserBase is a 1st class product at a very reasonable price.  The software works faultlessly and can be adapted to any situation.  The service that I have received from Encodable is terrific!  I am very very impressed.  Nothing was too much trouble and I am most grateful to Anthony DiSante in particular for all his help and patience.
– Paul S.
Worked like a charm... man, this piece of software is a dream and I really appreciate all your customer service help getting this taken care of.
– Kyle M.
I just want to say you guys really stand alone in that you have a quality product and you provide genuine customer service.  It's sad but those qualities are seldom found separately, much less together.  Thanks again for your time and help.
– Alex S.
Also, I wanted to tell you that I was very skeptical about buying this script.  I've spent a lot of time and money over the past 3 months trying to find a solution that works, but I ended up having problems with so many of the scripts I tried that I was almost to the point of giving up.  But then I came across your script, and it actually does what it's supposed to.  An absolute wow.  A very impressive and powerful script indeed!  Many, many thanks!
– Mike E.
I can't thank you enough, I was up against a deadline that required me to get this up and running in 48 hours and you have probably the best customer service I've ever seen.
– Dan T.
Your scripts/software are the greatest, I mean I really love how customizable they are, how intuitive they are, and so on.  Thanks again, I love this stuff!
– Tucker O.
We searched for a long time for an application to password protect directories and allow file uploads.  Userbase & Filechucker are far superior to anything out there.  Simple yet powerful programming, extremely flexible in configuration, and great customer service.  Thanks for a superb product.
– Kat G.
Thank you VERY much for all of your help.  You've really impressed me.  We have support agreements for other software that costs thousands of dollars / year (just for the support), and most of them aren't as helpful as you have been.
– Keith Y.
There are a lot of these scripts out there, but I think they all pale in comparison to yours.
– Peter W.
The software has some great features, is well presented, runs where others are problematic and will make a good impression on our clients.  We look forward to reaping its benefits!
– Alex H.