.htaccess geht nicht mehr

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • .htaccess geht nicht mehr

    habe vor kurzem mein WAMP Sytem rundum erneuert.
    also alles neu installiert.
    Jetzt klappt aber htaccess nicht mehr.
    ich kann mich leider nicht mehr errinern was ich machen muss damit es klappt.

    also ich meine ich habe in einem ordner "private" eine .htaccess datei
    aber was dort drin steht wird einfach ignoriert muss ich in der httpd.conf noch was einstellen wenn ja was ich hab schon alles durchsucht.

  • #2
    Code:
    # This controls which options the .htaccess files in directories can
    # override. Can also be "All", or any combination of "Options", "FileInfo", 
    # "AuthConfig", and "Limit"
    #
        AllowOverride AuthConfig
    #
    # ....
    #
    #
    # AccessFileName: The name of the file to look for in each directory
    # for access control information.
    #
    AccessFileName .htaccess
    #
    # ....

    Comment


    • #3
      Ja vielen dank die Zeile

      PHP Code:
      AllowOverride 
      hab ich gebraucht

      Comment

      Working...
      X