CGIWrap Error: Script File Not Found!

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
conglomco
Regular
Posts: 18
Joined: Tue Jun 20, 2006 4:23 pm
Location: TEXAS / NYC

CGIWrap Error: Script File Not Found!

Post by conglomco »

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
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post by Harald Weingaertner »

I'm not an author of s9y, but the answer will be "No, s9y does not touch the cgi-bin directory!" ;)

Is it gone, when you browse you site with FTP or can't you call any scripts from your cgi-bin dir?

Is you cgi-bin in the same dir the s9y is?

Harald
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

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:

Code: Select all

RewriteEngine Off
Judebert
---
Website | Wishlist | PayPal
Post Reply