Answers for "redirect specific url to another url nginx"

0

redirect specific url to another url nginx

if ( $request_filename ~ content/unique-page-name/ ) {
   rewrite ^ http://sitedomain.co.uk/new-name/unique-page-name/? permanent;
}
Posted by: Guest on May-01-2022

Code answers related to "redirect specific url to another url nginx"

Browse Popular Code Answers by Language