Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter project localhost to live server transfer
#2

(This post was last modified: 04-28-2015, 05:58 PM by InsiteFX.)

This is how I do it for local and live server.

PHP Code:
application
system
public_html
assets
-- css
-- js
-- img
-- images
-- etc;
-
index.php 

you need to edit the index.php file and add ../ to the application and system folder names ../application ../system

This way your application and system directories are in the root of your server.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: CodeIgniter project localhost to live server transfer - by InsiteFX - 04-28-2015, 05:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB