Clarification needed on where to setup files
Posted: Tue Nov 08, 2005 4:25 am
Hey, at present ive got the domain: http://foo.bar
I downloaded the nightly snapshot and unzipped it to my webroot so it looks something like this: /var/www/localhost/htdocs/serendipity-nightly
I then moved the contents of serendipity-nightly/ to htdocs/ because i want the webblogging system to appear when at http://foo.bar instead of http://foo.bar/serendipity-nightly
I have a few questions.
When i browse to the installation script, i arrive at http://foo.bar//serendipity_admin.php
Is the double // normal? If not, how should i go about fixing it?
Secondly, at present, the install check is complaining that it doesnt have the correct permissions to be able to go ahead and install and that i can change these using the chmod command.
Thanks very much, hope someone can help.
I downloaded the nightly snapshot and unzipped it to my webroot so it looks something like this: /var/www/localhost/htdocs/serendipity-nightly
I then moved the contents of serendipity-nightly/ to htdocs/ because i want the webblogging system to appear when at http://foo.bar instead of http://foo.bar/serendipity-nightly
I have a few questions.
When i browse to the installation script, i arrive at http://foo.bar//serendipity_admin.php
Is the double // normal? If not, how should i go about fixing it?
Secondly, at present, the install check is complaining that it doesnt have the correct permissions to be able to go ahead and install and that i can change these using the chmod command.
Do i need to just change those permissions for the install, and can they be changed back immediately after? Because im guessing that having 777 on /var/www/localhost/htdocs is not a good idea.Permissions
/var/www/localhost/htdocs/ Not writable
/var/www/localhost/htdocs/templates_c Not writable
/var/www/localhost/htdocs/uploads/ Not writable
Execute Imagemagick binary Not found
Permissions can be set by running shell command: `chmod 1777` on the failed directory, or by setting this using an FTP program
Thanks very much, hope someone can help.