Welcome Guest, Not a member yet? Register   Sign In
Redirect issue on new local project
#4

(01-07-2021, 05:16 AM)berendbotje91 Wrote: For local development it is advised to use php built in web server. See http://codeigniter.com/user_guide/instal...nning.html

On a server everything is served from the public folder and changed using 'mod_rewrite' (on an apache webserver). This requires setting the documentroot in apache to '<location>/ejemplo-ci/public/' (where location is wherever ejemplo-ci is located).

My guess is that your XAMPP installation might not have mod-rewrite on or have the DocumentRoot set up.

Thank you! It worked, I found the guide very useful: now, I wonder what it will be like to put the project in production in an existing subfolder on a shared server.
Surely there is a guide for that ...
Reply


Messages In This Thread
Redirect issue on new local project - by rcamino - 01-07-2021, 05:05 AM
RE: Redirect issue on new local project - by rcamino - 01-08-2021, 04:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB