Skip to content
Snippets Groups Projects
Commit 1b6da075 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix new apache 2.4 directives

parent 64fbff3a
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,7 @@ Alias /dolibarr "WAMPROOT/www/dolibarr/htdocs/" ...@@ -15,10 +15,7 @@ Alias /dolibarr "WAMPROOT/www/dolibarr/htdocs/"
# NOTE FOR APACHE 2.3: # NOTE FOR APACHE 2.3:
# To restrict access to dolibarr from outside set lines # To restrict access to dolibarr from outside set lines
# #
# <RequireAny> # Require local
# Require ip 127.0.0.1
# Require host localhost
# <RequireAny>
# #
# instead of # instead of
# #
......
...@@ -19,17 +19,11 @@ Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/" ...@@ -19,17 +19,11 @@ Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/"
# #
# instead of # instead of
# #
# <RequireAny> # Require local
# Require ip 127.0.0.1
# Require host localhost
# <RequireAny>
# #
<Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/"> <Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/">
Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks MultiViews
AllowOverride all AllowOverride all
<RequireAny> Require local
Require ip 127.0.0.1
Require host localhost
</RequireAny>
</Directory> </Directory>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment