CodeIgniter Forums
index.php problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: index.php problem (/showthread.php?tid=59919)



index.php problem - El Forum - 12-10-2013

[eluser]Bigil Michael[/eluser]
I have an old website developed in joomla. Now I have developed a new version of the mentioned site with my custom cms using codeigniter. Now i want to host the new site in the same domain with out affecting the old one. Now another problem came up. Both joomla and codeigniter is having an index.php file. Now My requirement is this, when a user visit the site it must show the new version of the site and also it should not affect the running of old site. that means I should be able to view the pages in the old site with out any trouble.


Can anyone help me to solve this issue.
I tried to merge the content of both index.php into one. but it is not working.


index.php problem - El Forum - 12-10-2013

[eluser]Massaki[/eluser]
You can rename the CodeIgniter's index.php to index2.php, then modify application/config/config.php (base_url) and/or .htaccess


index.php problem - El Forum - 12-11-2013

[eluser]Bigil Michael[/eluser]
Thanks. Issue Fixed.