kostenloser Webspace werbefrei: lima-city


.htaccess Passwortschutz Ausnahme

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    php-oop

    php-oop hat kostenlosen Webspace.

    Hallo,

    ich habe auf meinem Webserver ein bestimmtes Verzeichnis mittels einer .htaccess Datei geschützt. Nun habe ich aber eben gemerkt, dass ich den Zugriff auf ein Verzeichnis in dem geschützten Verzeichnis nicht geschützt haben will, also so, dass jeder darauf zugreifen kann.

    Meine Ordnerstruktur:

    - beispiel -> Hier liegt die .htaccess drin
    - beispielbeispiel -> Dieses Verzeichnis soll geschützt sein
    - beispielbeispiel2 -> Dieses Verzeichnis soll geschützt sein
    - beispielbeispiel3 -> Dieses Verzeichnis soll NICHT geschützt sein

    Wie kann ich solch eine Ausnahme definieren? Ich habe schon im Internet danach gesucht, aber nichts gefunden, was mir weitergeholfen hat.
    Könnt Ihr mir helfen?
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. hackyourlife

    Moderator Kostenloser Webspace von hackyourlife

    hackyourlife hat kostenlosen Webspace.

    php-oop schrieb:
    Wie kann ich solch eine Ausnahme definieren?
    Lies dir das durch, vllt hilfts dir:
    The authentication type None disables authentication. When authentication is enabled, it is normally inherited by each subsequent configuration section, unless a different authentication type is specified. If no authentication is desired for a subsection of an authenticated section, the authentication type None may be used; in the following example, clients may access the /www/docs/public directory without authenticating:
        <Directory /www/docs> 
        AuthType Basic
        AuthName Documents
        AuthBasicProvider file
        AuthUserFile /usr/local/apache/passwd/passwords
        Require valid-user 
        </Directory>
    
        <Directory /www/docs/public>
        AuthType None
        Require all granted
        </Directory>
  4. Autor dieses Themas

    php-oop

    php-oop hat kostenlosen Webspace.

    hackyourlife schrieb:
    php-oop schrieb:
    Wie kann ich solch eine Ausnahme definieren?
    Lies dir das durch, vllt hilfts dir:
    The authentication type None disables authentication. When authentication is enabled, it is normally inherited by each subsequent configuration section, unless a different authentication type is specified. If no authentication is desired for a subsection of an authenticated section, the authentication type None may be used; in the following example, clients may access the /www/docs/public directory without authenticating:
        <Directory /www/docs> 
        AuthType Basic
        AuthName Documents
        AuthBasicProvider file
        AuthUserFile /usr/local/apache/passwd/passwords
        Require valid-user 
        </Directory>
    
        <Directory /www/docs/public>
        AuthType None
        Require all granted
        </Directory>


    Danke!

    Ich habe meine .htaccess jetzt so angepasst:

    <Directory /home/www/web48/html/beispiel>
    AuthType Basic
    AuthName "Passwortschutz"
    
    AuthUserFile /home/www/web48/files/.htpasswd
    require valid-user
    </Directory>
    
    <Directory /home/www/web48/html/ebay/beispielbeispiel3>
        AuthType None
        Require all granted
    </Directory>


    Jetzt kommt allerdings beim Aufruf nur noch der Fehler 500 "Internal Server Error"

    Beitrag zuletzt geändert: 27.5.2012 9:03:30 von php-oop
  5. hackyourlife

    Moderator Kostenloser Webspace von hackyourlife

    hackyourlife hat kostenlosen Webspace.

    php-oop schrieb:
    Jetzt kommt allerdings beim Aufruf nur noch der Fehler 500 "Internal Server Error"
    Das heißt, dass irgend ein Fehler in der Datei ist... wenn du Zugriff auf den Error-Log des Servers hast findest du dort heraus was nicht passt.
  6. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!