mod rewrite - remove dynamic part of url .htaccess -


i need remove dynamic part of url:

example.com/pagename/?btag=a_233b_230c_&affid=201 

so remove after , including "?"

but don't want rule apply directory:

example.com/wp-content/?attr=1345 

is possible .htaccess?

thanks, appreciated jon

rewritecond %{request_uri} !^/wp-content

that might help:-d repeat other folders.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -