phpBB

Code Changes

File: .htaccess

  Unmodified   Added   Modified   Removed
Line 34Line 34
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks

# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks

 
</IfModule>

# Apache content negotation tries to interpret non-existent paths as files if
# MultiViews is enabled. This will however cause issues with paths containg
# dots, e.g. for the cron tasks
<IfModule mod_negotiation.c>
Options -MultiViews

</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from

</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from