Thread .htaccess Redirect (39 answers)
Opened by Escape at 2010-05-18 18:26

GwenDragon
 2010-05-18 19:42
#137259 #137259
User since
2005-01-17
14663 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
RewriteCond %{HTTP_HOST} ^(.*\.)?my_domain\.de$ [NC]
#RewriteRule /?index\.html$ /cgi-bin/foo/bar.pl [PT,L]
RewriteRule /?index\.html$ /cgi-bin/foo/bar.pl [L]

Pass Through könnte [PT auch notwendig sein, je nachdem was das Skript für Servervariablen verwendet.
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.h...

View full thread .htaccess Redirect