Welcome Guest, Not a member yet? Register   Sign In
finding location of domain
#1

[eluser]icemetal[/eluser]
hello I have a codeigniter script that only on the hosting site with one domain, and I want to change to work on localhost, any ideas where is the file to change it to work on local host?
#2

[eluser]Samus[/eluser]
it should work on localhost by default if you have a server setup.

you may need to change this though:

Code:
$config['base_url'] = '';

to your localhost url.
#3

[eluser]icemetal[/eluser]
Very sketchy notes Samus, yes you have to change that, but for others who have the same problem you change it on /applications/config/config.php
#4

[eluser]Samus[/eluser]
[quote author="icemetal" date="1334504914"]Very sketchy notes Samus, yes you have to change that, but for others who have the same problem you change it on /applications/config/config.php[/quote]
Sorry, I considered that pretty basic knowledge.




Theme © iAndrew 2016 - Forum software by © MyBB