We currently hold various examinations and answer papers in our tests directory. However this is becoming unmanageable with the number of files and so we want to give each course its own subdirectory inside tests, /tests/intro_01 /tests/intro_02 etc. Obviously we don't want to lose calls to files currently in tests as many have bookmarked that area and we want to redirect those to the intro_01 subdirectory
The following however in httpd.conf sends the browser into an infinite loop:
Redirect permanent /tests/
We need to redirect only those calls to the main tests directory and not those to the subdirectories. Probably I need to do something with regex but thats beyond me. Any help would be much appreciated therefore.
Os
The following however in httpd.conf sends the browser into an infinite loop:
Redirect permanent /tests/
We need to redirect only those calls to the main tests directory and not those to the subdirectories. Probably I need to do something with regex but thats beyond me. Any help would be much appreciated therefore.
Os