Verfasst: 07.02.2008 15:52
ok danke
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
bantu hat geschrieben:RewriteEngine On
RewriteCond %{REQUEST_URI} ^/adm/
RewriteCond %{REMOTE_ADDR} !^85\.13\.128\.137$
RewriteRule ^(.*)$ https://ssl-account.com/domain.tld/$1 [R=301,L]
Code: Alles auswählen
[b]Fehler: [/b]Umleitungsfehler
Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
Code: Alles auswählen
domain.tld
Code: Alles auswählen
RewriteEngine On
RewriteCond %{REMOTE_ADDR} !^213\.83\.63\.68$
RewriteRule ^(www.zx9r-forum.de)$ https://www.ssl-68797.1blu.de/$1 [R=301,L]
Code: Alles auswählen
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>