constant BOOST_MATCH_SYMLINKS_OPTIONS in Boost 7
Default Setting for .htaccess files +FollowSymLinks, some ISP's require +SymlinksIfOwnerMatch to avoid http 500 error.
2 uses of BOOST_MATCH_SYMLINKS_OPTIONS
- boost_admin_htaccess_settings in ./
boost.admin.htaccess.inc - Form builder; Configure boost settings.
- boost_htaccess_cache_dir_generate in ./
boost.module - Generate htaccess rules for the cache directory.
File
- ./
boost.module, line 108 - Caches generated output as a static file to be served directly from the webserver.
Code
define('BOOST_MATCH_SYMLINKS_OPTIONS', 1);