install to root www dir?

Having trouble installing serendipity?
Post Reply
Guest

install to root www dir?

Post by Guest »

how can I install to my root www dir without chmod 777ing it? This is the ONLY software I have tried on opensourcecms.com that wants me to do so. I do not understand why.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: install to root www dir?

Post by garvinhicking »

Serendipity needs to write two files to your core directory: ".htaccess" and "serendipity_config_local.inc.php".

Those files can only be written of your www dir is writable for the webserver user. www dir here means, the directory where you install serendipity into. You can of course install serendipity into a subdirectory and only chmod the subdirectory.

Many many PHP applications need to write files, I am sure you just have not looked properly at the requirements of other files.

This 777 is only for installation, you can change it back after installation.

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/
Post Reply