.htaccess - How can i use redirection for my URL in wordpress -


how can use redirection url in wordpress?

my url is:

mydomain.com/blog/why-logos-should-be-simple/

want redirect on:

mydomain.com/why-logos-should-be-simple/

add .htaccess:

rewritecond %{request_uri} ^/blog/(.*) rewriterule ^(.*)$ http://example.com/%1 [r=301,l] 

Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -