Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ecsos:server
phpMyFAQ
phpMyFAQ-htaccess.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File phpMyFAQ-htaccess.patch of Package phpMyFAQ
Index: phpmyfaq/.htaccess =================================================================== --- phpmyfaq.orig/.htaccess +++ phpmyfaq/.htaccess @@ -13,6 +13,21 @@ # @link https://www.phpmyfaq.de # @since 2004-11-13 +Alias /phpMyFAQ "/usr/share/php/phpmyfaq" +Alias /phpMyFaq "/usr/share/php/phpmyfaq" + +<Directory "/usr/share/php/phpmyfaq"> + +<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> + # always follow the symlinks Options +FollowSymlinks -MultiViews -Indexes @@ -270,3 +285,6 @@ RewriteRule api/v2.2/faq/([0-9]+)/([0-9] RewriteRule api/v2.2/faq api.php?action=faq [L,QSA] RewriteRule api/v2.2/register api.php?action=register [L,QSA] RewriteRule api/v2.2/question api.php?action=question [L,QSA] + + +</Directory>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor