I'm trying to re-install Serendipity 0.7.1 on my computer since the NeverEverNoSanity worm wiped me out.
I've already changed this:
Code: Select all
$uri = $_SERVER['REQUEST_URI']; Code: Select all
$uri = $_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING'];However I still get this error:
Any suggestions?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 d:/site/i/imakeitlookeasy.com/
and reload this page.