.htaccess - WordPress rewrite url (remove category) -


i trying change url in wordpress root .htaccess

the url http://www.demoain/category/blog

and want rewrite url 1 http://www.demoain/blog

please me out

try code :

rewriteengine on rewriterule ^blog$ /category/blog [l] rewriterule ^blog/(.*)$ /category/blog/$1 [l] 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -