I have, on Apache 2.4.7: https://mysite.com/ which runs a Perl/Mysql based application perfectlyand a parallel "staff only" accessed (now) only on our LAN to edit the above public application.
I need to add "outside" access for staff working from home, so that I would end up with e.g.
https://mysite.com/ [working exactly as before] and https://mysite.com/foo [for the "staff_only", fully working on LAN]I have tried variations of: Redirect permanent "/foo/" "http://mysite.com/staff_only/" -- but end up with 404 every time.
Is there an elegant solution for this? Many thanks -- Paul --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx