Php – RewriteRule is not working correctly, what am I doing wrong?
The rewriterule that I am using on localhost works the way I want it to work, but when I upload it to the server, it just doesn't anymore. RewriteRule ^(.*)$ index.php?url=$1 [QSA] Locally it gives the desired url, localhost/links/ ...…