CGI Whyyyyy?
- Started
- Last post
- 12 Responses
- ewo
http://www.thought-dev.com/mtype…
Why would it be showing me it's shit and not doing the shit? Sorry for the newbish inquiry; this aint my bag.
- ewo0
puhleez
- ewo0
I am so crying
- gabriel20
wasn't this posted before?
file permission problem?
- bcoden0
This is because you either have an error in your code or your server does not support cgi or have perl. Typically, what happens is you can only execute cgi'ss in teh cgi bin. Check with your server or use php
- chimchim0
moveable type is not written for php>
- chimchim0
I know that doesn't help anything by pointing out the obvious.
- jpea0
it's most likely because you're not able to run a cgi outside of the cgi-bin.. most hosts don't let you for security reasons.
- mike0
your perl is not being parsed...
you either need to drop it in the cgi-bin or you need to add an .htaccess file to that directory with the following...
AddHandler cgi-script .pl
Options +ExecCGIor maybe your host does not support perl.
- mike0
sorry, change that .pl to .cgi
- exstatic0
cgi is so 1990s
- mike0
http://www.google.com/search?hl=…
everything is cgi
- bcoden0
I am going to CGI everything from now on