Change url from profile.php?user=myUsername to profile/myUsername with .htaccess – Apache
I am using xamp to host my webpage on my PC and I want to change this url from http://localhost/loginsystem/profile.php?user=myUsername to http://localhost/loginsystem/profile/myUsername I have tried the following and doesn't work and in return gives server error 500. RewriteEngine on RewriteCond…