change from nginx webserver to apache2 web server - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: change from nginx webserver to apache2 web server (/showthread.php?tid=64289) |
change from nginx webserver to apache2 web server - socheat1994 - 02-03-2016 I am youngest of Codeigniter. I just clone the codeigniter project from my friend. that project is use nginx webserver, but I want to change it to apache2 webserver, because I use WAMP server in my local. and I don't know how to change it. can any one help me? maybe change .htaccess or what?. Thank in advance RE: change from nginx webserver to apache2 web server - InsiteFX - 02-04-2016 I would check the .htaccess file and also check and make sure that the base_url in config.php is set correct. Check also your database.php connection settings for the database. |