Welcome Guest, Not a member yet? Register   Sign In
Don't show the public folder when calling my project
#2

Make sure public is removed from your url.
PHP Code:
// should be - your server path with an ending /.
public string $baseURL 'http://mi_proyecto.local/';

// should be
public string $indexPage '';

All files should be placed in the root of the server.

If 
you change the path then you will need to edit and change it in index,php and spark
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Don't show the public folder when calling my project - by InsiteFX - 12-29-2024, 12:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB