Leider JAA,
und zwar wenn ich die Anleitung befolge sagt der Browser das es ein [COLOR=#ff0000]Weiterleitung [/COLOR][size=12]aufweißt[/SIZE][COLOR=#222222][FONT=Verdana]!![/FONT][/COLOR]
Die Authentifizierung wird einfach nicht verlangt!!
Ich vermute auch das der weitere Code ebefalls seine Funktion nicht erfüllt.
Folgenden Codes habe ich eingegeben:
[COLOR=#008000]<Files wp-login.php>[/COLOR]
[COLOR=#008000] AuthName "Admin-Bereich"[/COLOR]
[COLOR=#008000] AuthType Basic[/COLOR]
[COLOR=#008000] AuthUserFile ABSOLTURER PFAD DER .htpasswd DATEI [/COLOR]
[COLOR=#008000] require valid-user[/COLOR]
[COLOR=#008000]</Files>[/COLOR]
[COLOR=#008000]
[/COLOR]
[COLOR=#008000]<FilesMatch "(\.htaccess|\.htpasswd|wp-config\.php|liesmich\.html|readme\.html)">[/COLOR]
[COLOR=#008000] order deny,allow[/COLOR]
[COLOR=#008000] deny from all[/COLOR]
[COLOR=#008000]</FilesMatch>[/COLOR]
In meiner vorhandenen .htaccess Datei war folgendens drinne:
[COLOR=#008000]
# BEGIN WordPress[/COLOR]
[COLOR=#008000]<IfModule mod_rewrite.c>[/COLOR]
[COLOR=#008000]RewriteEngine On[/COLOR]
[COLOR=#008000]RewriteBase /[/COLOR]
[COLOR=#008000]RewriteRule ^index\.php$ - [L][/COLOR]
[COLOR=#008000]RewriteCond %{REQUEST_FILENAME} !-f[/COLOR]
[COLOR=#008000]RewriteCond %{REQUEST_FILENAME} !-d[/COLOR]
[COLOR=#008000]RewriteRule . /index.php [L][/COLOR]
[COLOR=#008000]</IfModule>[/COLOR]
[COLOR=#008000]# END WordPress[/COLOR]
Könnte es damit was zu tun haben?
Ich habe die 2 oberen Codes einfach unter dem vorhandenen Code eingefügt!