Skip to main content
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264

Per the OP's original edit to the question:

Got it working, all I had to do was add

Satisfy any

to

Directory

statement. e.g:

<Directory /var/www/bennyben.cz/web>
    Satisfy any
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
Post Made Community Wiki by Jeff Schaller