For apache2 virtual host configuration files, as everything else is taken care of in the .htaccess, is this the only document option required?
AllowOverride FileInfo
Is Options SymLinksIfOwnerMatch
required? Should it instead be FollowSymLinks
? Or is it +FollowSymLinks
?
Are there any other directory options that are required or recommended?
The only apache information in the Elgg documentation is to edit the .htaccess file a bit, but the apache virtual host conf file is even more important. I understand that this formation is obvious to experienced apache users, but documentation is mainly for those that are inexperienced, right?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- lionheart@lionheart
lionheart - 0 likes
You must log in to post replies.I just learned through trial and error that FileInfo does not work with Elgg. Here is my current working directory directives:
But more input from more experienced individuals would be awesome