How to write expression to grab all after an expression and then rewrite in htaccess – Apache
I'm new to the rewriting of urls and regex in general. I'm trying to rewrite a URL to make it a 'pretty url' The original URL was /localhost/house/category.php?cat=lounge&page=1 I want the new url to look like this: /localhost/house/category?lounge&page=1 (like I…