K keff Basic Pleskian Jun 13, 2008 #1 Hi, It is possible to set DisplayErrors in PHP for specific domain? How can I do this ?
B breun Golden Pleskian Jun 13, 2008 #2 Set php_flag display_errors 1 in a .htaccess file in the httpdocs folder or set the following in the domain's vhost.conf (see Including Directives into Web Server Configuration File): Code: <Directory /var/www/vhosts/example.com/httpdocs> php_admin_flag display_errors 1 </Directory>
Set php_flag display_errors 1 in a .htaccess file in the httpdocs folder or set the following in the domain's vhost.conf (see Including Directives into Web Server Configuration File): Code: <Directory /var/www/vhosts/example.com/httpdocs> php_admin_flag display_errors 1 </Directory>
K keff Basic Pleskian Jun 16, 2008 #4 Hi, I've added directive into the .htaccess file but only error 500 Shows. In logs I've got: .htaccess: <Directory not allowed here What should I do ??
Hi, I've added directive into the .htaccess file but only error 500 Shows. In logs I've got: .htaccess: <Directory not allowed here What should I do ??