Apache command for resource moved to another server

Resource Moved to Another Server

Description:
If a resource has moved to another server, you may wish to have URLs continue to work for a time on the old server while people update their bookmarks.
Solution:
You can use mod_rewrite to redirect these URLs to the new server, but you might also consider using the Redirect or RedirectMatch directive.
#With mod_rewrite
RewriteEngine on
RewriteRule   "^/docs/(.+)"  "http://new.example.com/docs/$1"  [R,L]
#With RedirectMatch
RedirectMatch "^/docs/(.*)" "http://new.example.com/docs/$1"
#With Redirect
Redirect "/docs/" "http://new.example.com/docs/"
I hope you get the solution, if not please comment below so that we will give you a perfect solution for you.

Comments

Popular posts from this blog

9xMovies 2021 – 300MB Bollywood, Hollywood Hindi Dubbed Movies Download

Watch INDIAN TV channels using working M3U8 links 2022

Why is Digital Marketing Important? What are the Advantages of Digital Marketing?