Install the copy of a web system on a new server with its respective database. When doing tests I realize that some files do not direct me to what should be or redirect themselves.
Do not change any code ...
Why does this happen?
Install the copy of a web system on a new server with its respective database. When doing tests I realize that some files do not direct me to what should be or redirect themselves.
Do not change any code ...
Why does this happen?
Probably the previous server used URL redirections and routing, which requires that the web server also have activated some specific settings for URL rewriting.
In your new installation there are URL rewriting settings different from the original server.