I have cPanel 11.25.0.
I am trying to forward an email address to a pipe.
I tried the following inputs into the pipe field
1. /public_html/file.php
2. /home/user/public_html/file.php
3. /usr/local/bin/php -q /home/user/public_html/file.php
4. /usr/bin/php -q /home/user/public_html/file.php
My script has #!/usr/local/bin/php -q before <?php.
file.php has chmod 764, also tried it with 755.
In all these cases, I am still receiving
What should I do?



LinkBack URL
About LinkBacks
Reply With Quote










