I have, on Apache 2.4.7:
https://mysite.com/ which runs a Perl/Mysql based application perfectly
and 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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to