Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Uploading a Joomla site
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
- :
- Uploading a Joomla site
Uploading a Joomla site
17-08-2011 3:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi hope someone can help - Plusnet support so far unable to.
I have a domain hosted with plusnet - say, mydomain.co.uk
I have a website created with Joomla that I wish to upload. I've backed it up using Joomla extension akeeba backup, which creates an archive file; there is a supplied php file, kickstart,php, which restores the archive and also tries to contact mysql to import the database (that is required with a Joomla site). It works fine on my servers, I've even tested it with the same (old) versions of php and MySql that are running on Plusnet, but how do I upload it?
I have ftp'd all the stuff up that I need to mydomain.co.uk
It appears that, bizarrely, php does not work on a Plusnet domain like mydomain.co.uk (type mydomain.co.uk/kickstart.php and it tries to download it).
I was told to access http:/ccgi.myaccount.plusnet.com but I get a 403 forbidden (CGI is active and was activated some time ago). Even if we get round that problem, my site is in the webspace, not cgi.
It's also extremely irritating that I can only access phpmyadmin from a Plusnet IP address, (yet I can blast the site to bits from any IP address using FTP!!!) but that's another issue.
Can anyone help?
I have a domain hosted with plusnet - say, mydomain.co.uk
I have a website created with Joomla that I wish to upload. I've backed it up using Joomla extension akeeba backup, which creates an archive file; there is a supplied php file, kickstart,php, which restores the archive and also tries to contact mysql to import the database (that is required with a Joomla site). It works fine on my servers, I've even tested it with the same (old) versions of php and MySql that are running on Plusnet, but how do I upload it?
I have ftp'd all the stuff up that I need to mydomain.co.uk
It appears that, bizarrely, php does not work on a Plusnet domain like mydomain.co.uk (type mydomain.co.uk/kickstart.php and it tries to download it).
I was told to access http:/ccgi.myaccount.plusnet.com but I get a 403 forbidden (CGI is active and was activated some time ago). Even if we get round that problem, my site is in the webspace, not cgi.
It's also extremely irritating that I can only access phpmyadmin from a Plusnet IP address, (yet I can blast the site to bits from any IP address using FTP!!!) but that's another issue.
Can anyone help?
Message 1 of 2
(1,943 Views)
1 REPLY 1
Re: Uploading a Joomla site
17-08-2011 5:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: csq It appears that, bizarrely, php does not work on a Plusnet domain like mydomain.co.uk (type mydomain.co.uk/kickstart.php and it tries to download it).
PHP does not run on the Homepages server which I assume is where your domain records point. The behaviour you experienced is that expected for files on that server. To use PHP on a domain the domain records need to point to the CGI server. Plusnet Help & Support pages or the UserTools tutorial Setting up Domain Records give guidance on the domain records you need to create and the request (ticket) you need to raise to Plusnet.
Quote from: csq I was told to access http:/ccgi.myaccount.plusnet.com but I get a 403 forbidden (CGI is active and was activated some time ago).
That will probably be because you don't have an index.htm or index.php file in your CGI root directory (or file permissions are incorrectly set).
Quote from: csq Even if we get round that problem, my site is in the webspace, not cgi.
… but it wouldn't be if you upload it to your CGI space as you need to do.
Quote from: csq It's also extremely irritating that I can only access phpmyadmin from a Plusnet IP address, (yet I can blast the site to bits from any IP address using FTP!!!) but that's another issue.
phpMyAdmin runs on CGI. Once your site is on CGI you will be able to FTP to it only on a Plusnet connection.
Having got through these stages are you familiar with the requirements set out in the CGI Platform PHP Upgrade FAQ?
David
Message 2 of 2
(227 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
- :
- Uploading a Joomla site