You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing index.php from a URL path in XAMPP for Windows
STEP 1: Create .htaccess using the command prompt in Windows
Open command prompt
In the command prompt, change the working directory to the CodeIgniter directory i.e. the directory that contains the application and system directories
cd C:\xampp\htdocs\site_folder
Type copy con .htaccess to create a .htaccess file in the current working directory