How to Redirect Folder with 404 .htaccess - without httpd.conf?
- by elmaso
Hello, I have no access to the httpd.conf. How can I redirect the users if the type one folder more like - http://www.example.com/folder/folder2/ -- redirect 404 to the main page.
The users should only have access to this root http://www.example.com/link+custom1+custom2/
and if they type something like that http://www.example.com/link+custom1+custom2/onemorefolder/orTwo/ -- redirect
how can I do that only with .htaccess and without php?