Answer the question
In order to leave comments, you need to log in
How to send a GET request in DLE?
There is a personal account in dle, which is written separately, but is embedded through a .tpl template into a static page in DLE. Thus, the link to the personal account looks like this - sitename.domain/lk.html
But there is a problem with sending a GET request, because this - sitename.domain/lk.html/?id=3 does not work. Writes that the Object was not found. And if I send a GET request specifically to a .php page that is not embedded in a static DLE page (sitename.domain/lk/user.php/?id=3), then it works and the request is sent and received.
What could be the matter and what can figure out how to solve this problem?
Answer the question
In order to leave comments, you need to log in
To make sitename.domain/lk.html/?id=3 work, all processing should be added to /engine/modules/static.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question