![]() |
HTTP 404 Not Found error when url ending with a space character - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forum-21.html) +--- Thread: HTTP 404 Not Found error when url ending with a space character (/thread-61050.html) |
HTTP 404 Not Found error when url ending with a space character - El Forum - 09-06-2014 [eluser]Unknown[/eluser] Hi everybody, I have the following url ending with a space character: http://localhost/inventory/index.php/auto/autocomplete/New% 20 Monitoring in Chrome dev tool or FireFox Firebugs plugin, I receive HTTP 404 Not Found error. Could anyone please help me solve this problem. Thanks in advance! HTTP 404 Not Found error when url ending with a space character - El Forum - 09-06-2014 [eluser]InsiteFX[/eluser] get rid of the space HTTP 404 Not Found error when url ending with a space character - El Forum - 09-07-2014 [eluser]Unknown[/eluser] Thanks InsiteFX, what a simple solution. Maybe I need to take a cup of coffee. HTTP 404 Not Found error when url ending with a space character - El Forum - 09-08-2014 [eluser]InsiteFX[/eluser] Your welcome, there are other characters also that cause this problem. It is all tied to the file systems so Apache will not fix them. |