| | I have seen examples for redirecting one file to another using htaccess, redirecting directory structures and other things. However, I want to redirect a directory of files to one file in the root directory. How do I do this? Bare minimum: Send a HTTP 301 status code and redirect the user to a specific page. Optimal task: Send a HTTP 410 status code for the page/resource that the user is trying to access and then redirect the user to a specific page. How do I do this via htaccess or PHP? |


