hi
how do i post a form to the cgi-bin if its not in the www directory its at the top level.
thanks reece
cgi post
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
<form action="/cgi-bin/script.cgi" method="post">feyd wrote:unless I've forgotten something...Code: Select all
<form action="/cgi-bin/script.cgi" method="post">
thats what i thought but wouldnt this mean
www/cgi-bin/script.cgi
when my cgi-bin seems to be at the top level past www
can it be moved or is the webserver setup to that folder
thanks reece