clickontyler / VirtualHostX-Issues

A public issue tracker for VirtualHostX http://clickontyler.com/virtualhostx/
7 stars 0 forks source link

Allow Symbolic links #106

Open jonnitto opened 4 years ago

jonnitto commented 4 years ago

It should be possible to use symbolic links in Virtual Host X Pro.

I got the following entry in the error log:


 [core:error] [pid 1823] [client 10.0.2.2:58680] AH00037: Symbolic link not allowed or link target not accessible: ```
tylerhall commented 4 years ago

Can you give me a few more details about what you're trying to do?

Is it a symlink inside the virtual machine? Or is the symlink on the Mac side?

And what kind of files are you trying to access via the symlink? Are you trying to access them through the browser? Or is it happening on the backend where PHP is trying to open a file across a symlink?

Thanks!

jonnitto commented 4 years ago

I've tried to use it with Neos CMS. This system uses also compose as a dependency manager. The CMS has a Web folder as web root. Inside if that folder, is a _Resources folder who contains the symlinks to the static as well the dynamic (images, etc.) files