Entschuldigung, was ist das für eine Frage?
phpcn_u108134
phpcn_u108134 2018-03-27 19:50:33
0
1
980

Entschuldigung, was ist das Problem?

Sie haben keine Berechtigung, auf /install/index.php auf diesem Server zuzugreifen

phpcn_u108134
phpcn_u108134

Antworte allen(1)
路过

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
</Directory>
修改成
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
#    Deny from all
    Allow from all
#允许所有访问
    Satisfy all
</Directory>
第二处:找到:
#   onlineoffline tag - don't remove
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>
修改成:
#   onlineoffline tag - don't remove
    Order Deny,Allow
#    Deny from all
#  Allow from 127.0.0.1
    Allow from all
</Directory>

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage