Remove url .php extension and parameters of get request? – Apache
My URL is: https://example.com/detail.php?id=56&subcat=11 I need like this: https://example.com/detail/56/11 Using .htaccess file i am not able to remove the parameter names (id, subcat) and question mark(?). I have removed only .PHP extension. Options +FollowSymLinks -MultiViews # Turn mod_rewrite on RewriteEngine…