14Oct
How to set error level and output in PHP
Published in Blog, Uncategorised by Adam Williams / 0 CommentsYou can set the error reporting level in PHP and also define whether it is displayed to the user or saved to a log file. The level can be defined either in the php.ini, .htaccess or directly inside a PHP script. The logging level options are: E_ALL – will log every error, including notice messages [...]
Continue Reading -»14Oct
.htaccess file not being parsed/read
Published in Blog, Uncategorised by Adam Williams / 0 CommentsIf you have a .htaccess file in your web directory and it does not appear to be being parsed, here’s a few things to check: Check the syntax of your .htaccess. Try commenting out using # line by line to see if you can get any part of it working. Check you’re using the Apache [...]
Continue Reading -»