I am trying to redirect all the files and sub folders of a folder named scripts which is not in root directory means:
from
http://localhost/(any folder)/(another any folder)/scripts/script.js
to
http://localhost/scripts/script.js
becasue I have placed the scripts folder in the root of the server.