[Solved] 404 Error Page With Long Url

Hi,

I searched similar issues in this forum and in the web and I founded the same problem but no solution.

I have a url of this type

which prints a Error 404 message.

If I shorten the url the problem does not occurs.

In future I will use POST request but I am interested to solve this issue with GET request.

Thanks.

The strange thing is that if I run the same script with the same url out of Yii, I have the correct result.

So, I think is a problem of Yii framework.

Any ideas? I know it’s a common problem

did you try it like this;

http://localhost/yii/app/test?id=Nrwf8zDLGdOzojGvYoTGZ06r1lcvkiGmPgBgDZzRwQgMpWorFJVlXfL7ig0mYsBG46jMz3BZ58bct0F9PAIAXE18Vh5cEbJZFMZvYNmBs48Qe%2FdM%2BUPuL7XbPOdYBOM6LuJgePVNteIc064awFBa%2Fg53%2F2iKLaytlgBpqdKkfWg%3D

Thank you very much McQuenn! I spent many days to solve this issue and it had such a simple solution.

So, just out of curiosity, how can I remove ‘?’ from url?

Thanks.

I am not sure but, you should try to modify urlManager…