.htaccess - aber wie?

Hallo Thorsten,

erstmal danke für die Antwort.
Aber ich dachte, das diese Aussage
Apache HOWTO said:
Since Redirect will forward along the complete path, however, it may not be appropriate - for example, when the directory structure has changed after the move, and you simply want to direct people to the home page.

The best option is to use the standard Apache module mod_rewrite. If that module is compiled in, the following lines

RewriteEngine On
RewriteRule /.* http://www.apache.org/ [R]

will send an HTTP 302 Redirect back to the client, and no matter what they gave in the original URL, they'll be sent to "http://www.apache.org/".

mich nicht zum gewünschten Ergebnis führt.
Das sieht für mich eher wie eine Endlosschleife aus.

Trotzdem Danke.
Ich werde es mal ausprobieren.

Big Daddy
 
Back
Top