PDA

View Full Version : settings per site



RichardF
02-04-2008, 06:27 AM
is it possible to change settings per site?

I want to change
log_errors
from "off" to "on"

for just one site.

chatwizrd
02-04-2008, 04:37 PM
Have you tried a .htaccess

php_flag log_errors On

RichardF
02-05-2008, 12:50 AM
tnx.. will test try it.