: Htaccess rewrite url is it possible to create a 301 redirect for the following URL string: Original URL: http://www.example.com/old/old-directory/blog-post-1.html Desired destination URL: http://www.example.com/new/new-directory/1.html
is it possible to create a 301 redirect for the following URL string:
Original URL: www.example.com/old/old-directory/blog-post-1.html
Desired destination URL: www.example.com/new/new-directory/1.html
More posts by @Candy875
1 Comments
Sorted by latest first Latest Oldest Best
Using a mod_alias Redirect in your root .htaccess file:
Redirect 301 /old/old-directory/blog-post-1.html /new/new-directory/1.html
Reference: httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.