Hi,
I need to write a rule to redirect a page to a parent directory in a .htacces file.
For instance, this is my files system :
- a-directory
- another-directory
-- a-file
i've got a virtualhost which is a pointer to "a-directory"
so when i go to http//my-virtualhost/a-file, i need to go back to the parent directory and open "a-file" in the directory "another-directory".
First at all, is that possible ? Then, how can i write this ?
Thank you!