Rewrite Query String to Path with htaccess
Let’s say I have this URL: And I want this URL: I can do so with the following .htaccess:.htaccess I can even still GET the URL query.users.php Alternatively, you could redirect everything to index.php and route it that way. That’s all!
Continue reading