Newbie Installing NEed Help
Posted: Mon Aug 24, 2009 8:30 am
Hi all..
I am encountering this error. Can you please help me out...
I am encountering this error. Can you please help me out...
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 C:\Inetpub\devroot\DEV - Cuscaden Residences Site/
and reload this page.Checking to see if the database and tables already exist... they do, will not install the database again
Attempting to write .htaccess file...... FAILED
Cannot write to file C:/Inetpub/devroot/DEV - Cuscaden Residences Site/.htaccess. Please create the file yourself or check permissions
* Just copy the code below and place it in C:/Inetpub/devroot/DEV - Cuscaden Residences Site/.htaccess in your serendipity folder:
# BEGIN s9y
DirectoryIndex \/index.php
<Files *.tpl.php>
deny from all
</Files>
<Files *.tpl>
deny from all
</Files>
<Files *.sql>
deny from all
</Files>
<Files *.inc.php>
deny from all
</Files>
<Files *.db>
deny from all
</Files>
# END s9y