Answers for "redirect subdirectory to other directory"

0

redirect subdirectory to other directory

RewriteRule ^subdirectory/(.*)$ /anotherdirectory/$1 [R=301,NC,L]
Posted by: Guest on June-14-2021

Code answers related to "redirect subdirectory to other directory"

Browse Popular Code Answers by Language