Reputation: 99
how can I change the path to ini if i am on a hosted server?
suPHP_ConfigPath /data/30/2/38/95/2690747/user/2955185/htdocs/public_html order allow,deny deny from all
this methhod does not seem to work and puting
suPHP_ConfigPath /data/30/2/38/95/2690747/user/2955185/htdocs/public_html
causes error 500, I found the path using __file__
code
and what am trying is to disable the magic_quotes_gpc
for joomla.
I would really be greatful since I have been here for hours
Upvotes: 0
Views: 41
Reputation: 3953
ini_set ("magic_quotes_gpc", false);
If this doesnt work, you should talk with your hoster and ask him if your request is possible. If you just signed up somehwere for some webspace, this will probably the problem.
Upvotes: 1