Welcome Guest, Not a member yet? Register   Sign In
index.php problem
#1

[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.
#2

[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
#3

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




Theme © iAndrew 2016 - Forum software by © MyBB