ubuntu 14.04 - Why might a virtual link work, but the actual folder not work? (Linux and Vagrant) -
this @ least me mysterious mystery.
i running vagrant box running ubuntu 14 linux, , standard lamp stack. there no .htaccess file.
if have folder /library/css , call page of type in net::err_empty_response. but, if rename folder css-actual , do:
ln -s css-actual css # symbolic link everything works. behavior baffling, ideas? it's there's "something" saying "hey, won't serve content folder named /library/css, i'll serve through symlink." never experienced before.
Comments
Post a Comment