.htaccess “Options not allowed here”
问题 I have this in my .htaccess: Options +FollowSymLinks And I get the following error in the apache error_log: .htaccess: Options not allowed here Here's the part from my httpd.conf file: #htdocs symlinks here <Directory /Users/you/code/my/folder> Options All AllowOverride All </Directory> <Directory /> Options All AllowOverride All Order allow,deny Allow from all </Directory> <Directory "/Applications/XAMPP/xamppfiles/htdocs"> Options All AllowOverride All Order allow,deny Allow from all <