Here is the folder layout.
/outside is not normally accessible anywhere on example.com
/public_html is the folder for http://example.com
How can I use Apache’s htaccess to make the url http://example.com/outside/ to show content from the folder /outside?
Thanks!
You can’t. As far as I have found out, Apache prevents directives in
.htaccessfiles linking to locations outside the current web root.You would have to do this in the central configuration:
You may be luckier with a symlink if you can turn
FollowSymLinkson.