Hi,
Both problems can be solved with php directives in httpd.conf or in
.htaccess.
You can just put php_value safe_mode "off" or php_value engine "off"
into definitions in httpd.conf to restrict only for some
directories or into for virtual servers.
(Of course in htaccsess you can only restr
Can I add php_admin_flag safe_mode off to the httpd.conf file to turn
safe mode off for just one site. And leave it on for the rest of the
server. According to the manual this can be done but when I try it. It
does not work. Is there something else I have to do to make this work
properly.
2 matches
Mail list logo