0
votes

I am using PHPmotion in my local ubuntu machine. Uber-uploader is used in phpmotion for uploading files to the server.This is using perl script ( at "www/cgi-bin") to uploading files. But in my machine perl script is running fine when PHPmotion is installed in root directory. But when I moved the whole files from www to www/subdirectory.Now uber-uploader is not running, instead its downloaded. I know the server is not running the PERL scripts in www/subdirectory/cgi-bin. How can I run the PERL scripts that are locating in www/subdirectory/cgi-bin.?

1
Voting to move to webmasters.stackexchange.com - daxim

1 Answers

1
votes

Check your webserver configuration files. In case of Apache, you'll probably want to check for the line where www/cgi-bin is declared to contain executable scripts, and do the same for www/subdir/cgi-bin.