.htaccess

Posts Tagged ‘.htaccess’

You 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
E_WARNING – will log [...]

Continue Reading -»

If 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 server. IIS [...]

Continue Reading -»