Welcome Guest, Not a member yet? Register   Sign In
How to set base URL?
#11

[eluser]01010011[/eluser]
My directory layout is:

C:\xampp\htdocs\app\system\application\controllers\form.php
#12

[eluser]InsiteFX[/eluser]
This is what your base_url should be.

Code:
$config['base_url'] = "http://localhost/app/";

The only other thing you check is your routes file
application/config/routes.php

Also try clearing your web browsers cache...

InsiteFX
#13

[eluser]01010011[/eluser]
You were right, clearing the browser cache did the trick. Thanks.

Regarding the routes file, what should I check?

[quote author="InsiteFX" date="1270977259"]This is what your base_url should be.

Code:
$config['base_url'] = "http://localhost/app/";

The only other thing you check is your routes file
application/config/routes.php

Also try clearing your web browsers cache...

InsiteFX[/quote]
#14

[eluser]InsiteFX[/eluser]
Nothing now that it is working, but thats were
your default controller is set.

Glad I was able to help, sometimes it's always
best to clear your web cache if you have problems
like this one you had.

After awhile you will just oh I remember how to fix
that.

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB