I’d like to push all users sending a request to a particular subdirectory back to the homepage. E.g.;
http://test.example.com/apps/
http://test.example.com/apps/sd1
http://test.example.com/apps/fjwoiejf/jiejn
Should all rewrite to:
http://test.example.com
The web server is Apache.
Sure in your htaccess file in the root of test.example.com:
Also if you wanted to:
Or Even: