Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
New Joomla install on the new CGI platform.
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- New Joomla install on the new CGI platform.
New Joomla install on the new CGI platform.
16-04-2014 8:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
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.
Message 1 of 3
(1,428 Views)
2 REPLIES 2
Re: New Joomla install on the new CGI platform.
16-04-2014 8:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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
[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
Message 2 of 3
(267 Views)
Re: New Joomla install on the new CGI platform.
16-04-2014 10:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
thanks for that. it did the trick.
Message 3 of 3
(267 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- New Joomla install on the new CGI platform.