Correct htaccess to display page while also passing in GET parameters
As you’ve discovered WordPress ignores rewrite rules added into your .htaccess file manually. Not many people actually know WordPress has in-built functions, a core rewriting class that allows you to add custom rewrite rules into your themes functions.php file. You can read up on the WP_Rewrite class here and if you do a search on … Read more