Fynn Posted September 6, 2008 Share Posted September 6, 2008 Hi, I've an Apache config with a number of name based vhosts running within a common root. Within the same root directory, I have a library of common javascript / css / image files that I would like to be able to reference from within any site root. I've read about following symlinks etc., but I'm not sure that's the best way to proceed. Essentially, I was looking for a redirect I could put in the <virtualhost> declaration which would redirect all requests to /library to the library folder which sits outside the root of that particular vhost. Any ideas? Thanks in anticipation. Quote Link to comment Share on other sites More sharing options...
Fynn Posted September 6, 2008 Author Share Posted September 6, 2008 Ah! got it. in mods-enabled I added the line: Alias /library/ "/mnt/data/www/library" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.