V
V
Vanik Khachatryan2018-05-03 17:19:16
PHP
Vanik Khachatryan, 2018-05-03 17:19:16

Why are requests not accepted after being transferred to the server?

case "/login/":

    if (!empty($_REQUEST)){
...

Everything worked fine locally.
Request type: /login/?username=asdasda&password=asdas&guard=asdds&ref=&submit
And this will be output on the server : No input file specified.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JimmDiGreez, 2018-05-03
@JimmDiGreez

This error happens when the correct path to the php file is not passed to the interpreter. Here you need to look at the web server config.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question