< 1 min read
Few changes we need to do in XAMPP default installation.
1. Change the .htaccess
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
to
RewriteRule ^(.*)$ /yourfolder/index.php?/$1 [L,QSA]
2. Navigate to localhost/yourfolder/install