suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Entschuldigung, was ist das für eine Frage?

Entschuldigung, was ist das Problem?

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

phpcn_u108134phpcn_u1081342435 Tage vor958

Antworte allen(1)Ich werde antworten

  • 路过

    路过2018-03-28 08:24:26

    <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>

    Antwort
    0
  • StornierenAntwort