Redirect issue on new local project |
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. |
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
RE: Redirect issue on new local project - by rcamino - 01-08-2021, 04:21 AM
RE: Redirect issue on new local project - by captain-sensible - 01-07-2021, 10:21 AM
RE: Redirect issue on new local project - by InsiteFX - 01-08-2021, 12:20 PM
RE: Redirect issue on new local project - by berendbotje91 - 01-11-2021, 12:21 AM
|