File phpMyFAQ.conf of Package phpMyFAQ

Alias /phpMyFAQ "/usr/share/php/phpmyfaq"
Alias /phpMyFaq "/usr/share/php/phpmyfaq"

<Directory "/usr/share/php/phpmyfaq">
    AllowOverride All
    Options FollowSymLinks
    <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>
openSUSE Build Service is sponsored by