Apache: keep track of non-404 errors (e.g., 403, 500, et al)
Apache: keep track of non-404 errors (e.g., 403, 500, et al) - .htaccess files are extremely useful in many cases for users who either do not have root permissions or for users who simply aren't comfortable in making changes in their web server's configuration file. Trying to debug .htaccess not working isn't always the easiest thing to do, however, hopefully by checking the discuss below mentioned about php, htaccess, , , .htaccess common problems as well as the troubleshooting tips, you'll have a better grasp on what you may have to modify to get your .htaccess file running smoothly. Problem : In cpanel I always have the error log open ("This function will display the last 300 errors for your site.") which is nice for 404's but what about the rest? I'm working on a few things in htaccess, such as this: RedirectMatch 403 /($|*)/?$ So now when I try any URL with a dollar-sign or an asterisk in it, bam, 403 forbidden; perfect. S...