How can I include a custom form into my Serendipity site?
How can I include a custom form into my Serendipity site?
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
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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:
HTH,
Garvin
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
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/
# 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/