.htaccess installation error

Having trouble installing serendipity?
Post Reply
slantpoint
Posts: 4
Joined: Mon Mar 07, 2005 6:13 am

.htaccess installation error

Post by slantpoint »

I am on GoDaddy.com's $3.95 cheap web hosting without Perl, but I called them and they assured me the basic package has .htaccess support, plus the 1 MySQL database and php.

But I'm having installation probs with .htaccess. When I pull up http://mydomain/s9y/serendipity_admin.php
To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this:
chmod go+rwx /home/content/n/y/y/nyyrc/html/s9y/
and reload this page.
I played with permissions, but to no avail. All files are in subfolder "s9y" right in main directory.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: .htaccess installation error

Post by garvinhicking »

You need to play properly with the permissions! :)

Go to FTP, select your parent 's9y' folder and apply 777 permissions. Also check that if a .htaccess file already exists you also chmod 777 it.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
slantpoint
Posts: 4
Joined: Mon Mar 07, 2005 6:13 am

still trouble

Post by slantpoint »

OK, how do I determine if .htaccess is there? I don't see a file in the root. I took a .htaccess from another domain I have and threw it in there, but no luck. What should the .htaccess file contain?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: still trouble

Post by garvinhicking »

If there is no .htaccess file existing, you don't need one. Just make sure your parent directory is writable for the server. Chmod777 if you're unsure. There definitely is an error in your permission setup, thus Serendipity cannot install itself. It needs to create its .htaccess file.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
slantpoint
Posts: 4
Joined: Mon Mar 07, 2005 6:13 am

Post by slantpoint »

Yes, I guess there is no .htaccess because when I uploaded one at both the root and in the /s9y directory, and I was not rompted to overwrite.

I since deleted them.

/s9y is chmod 777.


It still says:
To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this:
chmod go+rwx /home/content/n/y/y/nyyrc/html/s9y/
and reload this page.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Are you on a linux server? Do you have SSH access?

I need a "ls -la" full directory output of your /home/content/n/y/y/nyyrc/html/ folder plus the /home/content/n/y/y/nyyrc/html/s9y folder, please.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
StayPuft69
Posts: 1
Joined: Sat Mar 12, 2005 1:03 am

Post by StayPuft69 »

I'm having the same exact problem with my install on a GoDaddy "deluxe" hosting plan.

My /s9y direectory is set to chmod 777.

It's on a linux server, but for some reason, I haven't been able to successfully login via SSH. (the connection to the server times out)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Maybe you can ask the GoDaddy support and let them see if your permissions are right? I am really sure that it is a permission problem.

The only other way is that the Installation Path settings are wrong, but as far as I understood you guys, you weren't even able to access the config screen?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
slantpoint
Posts: 4
Joined: Mon Mar 07, 2005 6:13 am

not superuser

Post by slantpoint »

I am not a diirect MySQL guy - but only upload files and CHMOD via CuteFTP (pro version). I CHMOD'd all files, in every subdirectory to 777. Still prob with .htaccess. Want to take a look? I can give temp access. email me offline.
Post Reply