Example URL\'s:-
Need rewriting like:-
You can use this code:
RewriteEngine On RewriteCond %{THE_REQUEST} \s/+index\.php\?([^\s&]+) [NC] RewriteRule ^ %1? [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ index.php?$1 [L,QSA]