cancel
Showing results for 
Search instead for 
Did you mean: 

New Joomla install on the new CGI platform.

shrinkingman
Newbie
Posts: 2
Registered: ‎16-04-2014

New Joomla install on the new CGI platform.

I'm attempting to install a fresh Joomla 3 in the new CGI platform
Fell at the first hurdle.
Need to turn off magic quotes. Would normally do this with a local php.ini file. This isn't supported on the new platform!
Has anybody managed to get this working on the "new" platform?
Thanks in advance fro your help.
2 REPLIES 2
spraxyt
Resting Legend
Posts: 10,063
Thanks: 674
Fixes: 75
Registered: ‎06-04-2007

Re: New Joomla install on the new CGI platform.

Joomla 3 installs OK on Hostopia if you add the following…
[code=.htaccess]
php_flag magic_quotes_gpc 0
php_flag register_globals 0[/code]
to .htaccess to disable those settings. I suggest adding these lines to the .htacess in /public.
David
David
shrinkingman
Newbie
Posts: 2
Registered: ‎16-04-2014

Re: New Joomla install on the new CGI platform.

thanks for that. it did the trick.