| Author |
Message |
charleyhankins
Posts: 6
Location:
|
|
No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 3:01 PM
|
Quote and reply
|
Hi! I am hosting with GoDaddy.com who does not allow SSH access. What can I do to install your app? I've installed everything into a directory named sitellite-4.2.0-stable, but get a 500 Internal Server error when I attempt to execute the /install/index.php.
Please advise.
Thanks,
CH
|
|
Back to top
|
View user profile
Contact this member
|
lux
Posts: 656
Location: Manitoba, Canada
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 4:04 PM
|
Quote and reply
|
charleyhankins said:
Hi! I am hosting with GoDaddy.com who does not allow SSH access. What can I do to install your app? I've installed everything into a directory named sitellite-4.2.0-stable, but get a 500 Internal Server error when I attempt to execute the /install/index.php.
It sounds like there's something not supported in the .htaccess file that tells Apache how to pass requests to Sitellite. Here's a link that describes some changes that usually fix this type of error:
http://cookbook.sitellite.org/index/sitewiki-app/show.InstallingInCgiMode
From there, to complete the installation without SSH, take a look at this page:
http://cookbook.sitellite.org/index/sitewiki-app/show.InstallingWithoutSsh
You'll have to use an FTP program that can recursively change file permissions so you don't have to set them individually for each file inside the folders listed there. For Windows, I know WinSCP can do this and Transmit can as well on the Mac.
Hope that helps you get things going.
Cheers,
Lux
|
|
Back to top
|
View user profile
Contact this member
|
charleyhankins
Posts: 6
Location:
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 4:54 PM
|
Quote and reply
|
I did this:
1) Rename the file 'index' to 'index.php'
2) Comment everything in the .htaccess file out (put a # in front of each line)
But could not see the main page of Sitellite's example site at /index.php. Instead I received a 404 not found page.
|
|
Back to top
|
View user profile
Contact this member
|
lux
Posts: 656
Location: Manitoba, Canada
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 5:17 PM
|
Quote and reply
|
charleyhankins said:
I did this:
1) Rename the file 'index' to 'index.php'
2) Comment everything in the .htaccess file out (put a # in front of each line)
But could not see the main page of Sitellite's example site at /index.php. Instead I received a 404 not found page.
You mentioned it's in a folder named 'sitellite-4.2.0-stable', which means the index would be at /sitellite-4.2.0-stable/index.php instead of /index.php
Let's if that works.
Lux
|
|
Back to top
|
View user profile
Contact this member
|
charleyhankins
Posts: 6
Location:
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 5:37 PM
|
Quote and reply
|
Yes. I renamed /sitellite-4.2.0-stable/index to /sitellite-4.2.0-stable/index.php.
|
|
Back to top
|
View user profile
Contact this member
|
lux
Posts: 656
Location: Manitoba, Canada
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 5:51 PM
|
Quote and reply
|
charleyhankins said:
Yes. I renamed /sitellite-4.2.0-stable/index to /sitellite-4.2.0-stable/index.php.
So what's the latest status? It shouldn't be 404 if you're going to /sitellite-4.2.0-stable/index.php and that's where the files are... :)
Lux
|
|
Back to top
|
View user profile
Contact this member
|
charleyhankins
Posts: 6
Location:
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 6:10 PM
|
Quote and reply
|
That's what's happening. I'll be happy to let ya FTP in and see what's wrong. :)
|
|
Back to top
|
View user profile
Contact this member
|
lux
Posts: 656
Location: Manitoba, Canada
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 10, 2008 - 6:20 PM
|
Quote and reply
|
charleyhankins said:
That's what's happening. I'll be happy to let ya FTP in and see what's wrong. :)
Sure, email through the support email on the site and I'll take a look.
Lux
|
|
Back to top
|
View user profile
Contact this member
|
charleyhankins
Posts: 6
Location:
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 11, 2008 - 11:17 AM
|
Quote and reply
|
Hi! Did you have any luck looking at my configuration?
Thanks,
CH
|
|
Back to top
|
View user profile
Contact this member
|
lux
Posts: 656
Location: Manitoba, Canada
|
|
Re: No SSH allowed when Hosting with GoDaddy.com - Posted: January 11, 2008 - 11:37 AM
|
Quote and reply
|
charleyhankins said:
Hi! Did you have any luck looking at my configuration?
Thanks,
CH
Hey,
Haven't had a chance to look at it just yet. Got a meeting coming up for the afternoon too, but this evening I should get some time.
Will keep you posted!
Lux
|
|
Back to top
|
View user profile
Contact this member
|