Forum Moderators: phranque
Let me make it clearer:
- I request Page A, a totally different page is showing up
- then I request Page B, Page A is showing up!
- then I request Page C, Page B is showing up!
So, it is actually delaying the requests with one step. This is happening until I restart Apache server.
Any comments here?
Actually all my pages are served like this: myscript.cgi?a=b&c=d, this is presented like myscript.cgi/a/b/c/d/.
Any more comments?