CodeIgniter Forums
placing dots with contoller via URL like http://myweb.com/....controller..../index - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: placing dots with contoller via URL like http://myweb.com/....controller..../index (/showthread.php?tid=80626)



placing dots with contoller via URL like http://myweb.com/....controller..../index - mushtaq.evs - 11-23-2021

My site is running on window server and I have created a controller with name Product and accessing this via URL example.com/.....product...../ by placing single or multiple dots before or after the controller name it still loading the product controller. e,g http://example.com/....................product............................/index
It should redirect to 404 page with a message "404 page not found" .. I am wondering why its loading product controller with multiple dots(.), It should redirect to 404 page not found.

Will appreciate if  some one help me to fix this issue in CodeIgniter 3.x