I'm on a server with safe mode on.
Now the server allows .htaccess files.
I have one in my public_html folder with settings of Wordpress.
Now in a sub-domain i want to insert an .htaccess
file that dsiables safe mode.
i Tried theese:
php_value safe_mode 0
php_flag safe_mode 0
php_value safe_mode off
php_flag safe_mode off
but none worked.
Anyone knows how can i do that? I Can not ask the server owner to disable safe mode, and basicly can't ask him anything.