Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirecting to new slug
#5
If you're using NGINX:

# this redirects a deleted page
location /old-slug-now-deleted { rewrite ^ http://www.mysite.com/new-slug/ permanent; }
Reply


Messages In This Thread
Redirecting to new slug - by Timbow - 2014-05-09, 18:42:58
RE: Redirecting to new slug - by shawn_a - 2014-05-09, 23:00:07
RE: Redirecting to new slug - by Timbow - 2014-05-10, 04:09:38
RE: Redirecting to new slug - by Carlos - 2014-05-09, 23:37:35
RE: Redirecting to new slug - by marrco - 2014-05-12, 20:40:21



Users browsing this thread: 1 Guest(s)