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

(This post was last modified: 01-07-2021, 05:17 AM by berendbotje91.)

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.
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 berendbotje91 - 01-07-2021, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB