Sometimes I see a 403 page cached for two minutes, instead of the actual page. This is a big problem because it means if one bad user around the globe gets a 403, it's a 403 for everyone for 120 seconds!
How can I prevent error pages from ever being cached? Also, I've noticed it's not displaying my custom 403 error page, but instead the default server 403 error page.
Please let me know if something is wrong with my .htaccess file? Does anything need to be reordered? Should I just get rid of most of these old Apache rules? Does most of this look okay for vBulletin 4 on LS?
Ran into character limit, .htaccess continued below
How can I prevent error pages from ever being cached? Also, I've noticed it's not displaying my custom 403 error page, but instead the default server 403 error page.
Please let me know if something is wrong with my .htaccess file? Does anything need to be reordered? Should I just get rid of most of these old Apache rules? Does most of this look okay for vBulletin 4 on LS?
Code:
php_flag display_errors offhtaccess
Last edited: