PHP

  • Hallo!
    Wie installiere ich mein php board, also installiert ist es schon intstall.php aber wenn ich darauf zugreifen will kommt das:
    The config file is writeable by the webserver. This is a major security risk because anyone can change your server settings now by using the install script.


    phpBB will not be able to run until this is fixed. On unix systems this can be done with the following command:



    chmod 644 config.php
    Or use your FTP program to do this.
    Switch on the 'read-only' attribute if you are running the script on a Windows machine.


    Was soll ich machen
    -------------------------------------------------------------------------------
    Ich möchte meine Vorhandene Site www.trainsimstation.de, jetzt mit php arbeiten, wir funktioniert das, und wie kann ich das installieren?


    Danke schonmal im Foraus!
    MFG BASTIAN


    PS: Oder woher kriegt man soein forum???


    [ 21. Juli 2001: Beitrag editiert von: SimsVilleFan ]

  • Hi,


    welches FTP Proggi nutzt du?


    Hast du evetuell SSH Zugriff?


    Dann würde folgender Befehl helfen


    An der Shell gibst du folgendes ein
    chmod 644 config.php bzw. wenn du irgendein FTP Proggi nutzt kannst du die chmods dort auch ändern.


    Du hast womöglich die Datei auf 777 gesetzt und das wäre eine Sicherheitsverletzung, was das Script auch sofort erkennt.



    Probier das mal aus ansonsten schreib den genaue Zusammenhand nochmal in den Thread dann kann ich dir helfen.