But that overwrites the DocumentRoot for the whole site. How can I do this? I don't want to use virtual hosts because I want this available to the public.
Thanks in advance.
#2
Kitty Sinatra
Maybe Directory would work instead of Location.
#3
Covar
what if you made a symbolic link to /usr/shared/pub ?
I'm not horribly familiar to Apache, but I think it would work.
#4
fade
I actually figured it out, but now I have a different problem. The answer to the original is embarrassingly simple: use Apache's Alias directive.
Now, I can't seem to get Apache's rewrite rules to work right. I could swear I have it right. I'm really familiar with regexps, so I know mine is right...
I would've suggested exactly that but while the reference I was reading mentioned Alias, it didn't list that as one of the directives and so I just didn't know how to suggest using Alias :\