I want to rewrite a directory to another directory. The file/link structure to all files (like css/js/images/GET vars etc.) have to keep intact.
My files currently are in http://www.example.org/_directory1/output/index.php?site=site1
The new path should be http://www.example.org/newDir/index.php?site=site1
In a nutshell /_directory1/output/ should changed to /newDir/.
1 Answer