I'm using Wordpress. How can I do this redirect with .htaccess file?
e.g. from domain.com/blog/hello-world/ to domain.com/hello-world/
Thanks.
Edit: hello-world is not a folder. It is a page.
I'm using Wordpress. How can I do this redirect with .htaccess file?
e.g. from domain.com/blog/hello-world/ to domain.com/hello-world/
Thanks.
Edit: hello-world is not a folder. It is a page.
You can use Redirect Directive
Try this in your Root/.htaccess
Redirect 301 /blog/hello_world/ /hello_world/