I used following htacces code for removing date= query string from the URL
RewriteCond %{QUERY_STRING} (?:^|&)date=(.*)$
RewriteRule ^paivamaara/(.*)$ /paivamaara/$1?date=%1 [L,R]
its working on simple PHP file but when applied to Wordpress; its not working anymore.
Please help