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

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -