.htaccess does not seem to be working

Put this in your .htaccess (at the very top) to see if there are really any errors with itself/your php:

php_value display_errors On

And if that doesn’t work, maybe change the file extension to .php. Then you can use a .htaccess RewriteRule to change the visible extension in the browser url:

4 Likes