.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
Post a Comment