.htaccess - Mod-rewrite 301 link wont redirect -


can 1 tell me 301 rewrite rule link please, need remove toolrepairshop , %2520

toolrepairshop-blog?mywebsite_blog_tag=tool%2520repair%2520shop 

to

blog?mywebsite_blog_tag=tool-repair-shop 

sorry needed redirected

blog?mywebsite_blog_tag=tool%20repair%20shop

am sure blog module automatically adding %20

you can use followin redirect in htaccess :

rewriteengine on   rewritecond %{the_request}  /toolrepairshop-blog\?mywebsite_blog_tag=tool%2520repair%2520shop [nc] rewriterule ^ /blog?mywebsite_blog_tag=tool-repair-shop [nc,l,r=301,ne] 

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -