CodeIgniter: urlencoded URL in URI segment does not work
问题 I'm trying to put a URL as the value of one of my URI segments in CI. My controller method is defined to accept such an argument. However, when I go to the URL, I get a 404 error. For example: www.domain.com/foo/urlencoded-url/ Any ideas what's wrong? Should I do this via GET instead? UPDATE: // URL that generates 404 http://localhost/myapp/profile_manager/confirm_profile_parent_delete/ugpp_533333338/http%3A%2F%2Flocalhost%2Fmyapp%2Fdashboard%2F // This is in my profile_manager controller