CodeIgniter Forums
Adding index.php? to middle of URL - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: Adding index.php? to middle of URL (/showthread.php?tid=63735)



Adding index.php? to middle of URL - Medmerd - 12-04-2015

What is happening is when a redirect occurs to refresh a page after a save it automatically inserts a 'index.php?' after the base URL and pushes the end of the URL after the ?.

Example of output:
http://127.0.0.1/CTTest/index.php?Some/path/index

Is it even possible codeigniter is the cause of this? Or would it have to be Server or other environment settings?