Reputation: 63
My url is
domain.com/?p=slide&op=1
here i rewrite domain.com/slide using
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?p=$1
I don't want to rewrite op=1, it should work when i enter
domain.com/slide?op=1
Any help would be appreciated!.
Upvotes: 0
Views: 78