How can I include a custom form into my Serendipity site?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
sjbmaine
Regular
Posts: 19
Joined: Wed Apr 04, 2007 1:28 pm

How can I include a custom form into my Serendipity site?

Post by sjbmaine »

I have Serendipity installed in the root directory. I need a custom form so I created a new directory and uploaded the form there. My next question is how to process the form results. My host is GoDaddy and I typically use gdform.cgi. Will it cause any problems to have a cgi bin directory along side the serendipity folders?
Susan in Maine
sjbmaine
Regular
Posts: 19
Joined: Wed Apr 04, 2007 1:28 pm

Post by sjbmaine »

I mean gdform.php!
Susan in Maine
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Usually you can operate cgis and other scripts on the same host directory, yes. Only if you are using mod_rewrite URL Rewriting you might need to put a .htaccess file into each of your non-related subdirectories with this content:

Code: Select all

RewriteEngine Off
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply