bibiugly Verified User Joined Apr 9, 2019 Messages 73 Location Vietnam Dec 19, 2023 #1 Currently I'm using CentOS 7 with Apache x Nginx. How to block execution of 403.php file on all running websites.
Currently I'm using CentOS 7 with Apache x Nginx. How to block execution of 403.php file on all running websites.
O Ohm J Verified User Joined Aug 16, 2019 Messages 1,900 Dec 20, 2023 #2 #/etc/nginx/nginx-include.conf Code: location ~ 403\.php { deny all; }