After installing Serendipity on my server, I found that my cgi-bin is gone..
I don't know if it is related, but does serendipity move this folder?
or worse delete it?
I hope my scripts aren't gone!
thankx
CGIWrap Error: Script File Not Found!
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am
I think Harald is on the right track. Serendipity doesn't touch anything but Serendipity files. However, it does install an .htaccess file that redirects everything in the Serendipity directory and all subdirectories to Serendipity.
Sounds like you installed Serendipity in the root (which works fine, but redirects everything), or in cgi-bin (which still should work fine, but redirects all of cgi-bin). To stop redirecting, just put an .htaccess in any directory that you want to access normally with the command:
Sounds like you installed Serendipity in the root (which works fine, but redirects everything), or in cgi-bin (which still should work fine, but redirects all of cgi-bin). To stop redirecting, just put an .htaccess in any directory that you want to access normally with the command:
Code: Select all
RewriteEngine Off