Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] Localhost/admin ändern?
#3
Ich geh mal ausprobieren, was ich hinkrieg.
Irgendwie sollte das gehen Wink

Edit:
Hab mal bisschen rumprobiert... nen VirtualHost krieg ich nicht hin, irgend'n problem mit Port 443.
Aber wenn du diesen Code-Block zu dslan/apache/conf/httpd.conf hinzufügst (ich habs nach "Listen 80" eingefügt, spielt aber glaube keine Rolle, wo), kannst du nur noch über 127.0.0.1 bzw. localhost auf das Adminverzeichnis zugreifen, von anderen PC's aus kommt dann: Zugriff verweigert!
Ersetze PFAD durch den Pfad zu deinem admin-Verzeichnis.
Code:
<Directory "PFAD">
    Options FollowSymLinks
    Order Allow,Deny
    Allow from 127.0.0.1
</Directory>

LG
Molt
Reply


Messages In This Thread
Localhost/admin ändern? - by Necbmery - 17.12.2011, 12:31
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 12:55
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 13:59
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 14:07
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 14:14
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 14:22
RE: Localhost/admin ändern? - by Bobbax - 17.12.2011, 22:01
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 22:13
RE: Localhost/admin ändern? - by Molt - 18.12.2011, 12:23
RE: Localhost/admin ändern? - by Bobbax - 17.12.2011, 22:15
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 23:59
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 12:37
RE: Localhost/admin ändern? - by Molt - 18.12.2011, 12:41
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 12:44
RE: Localhost/admin ändern? - by ON21 - 18.12.2011, 13:10
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 13:35
RE: Localhost/admin ändern? - by ON21 - 18.12.2011, 14:08
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 14:12
RE: Localhost/admin ändern? - by SlimShady95 - 18.12.2011, 14:48



Users browsing this thread: 5 Guest(s)