RewriteEngine on
# let the server know that we were reached via /xyz and not
# via the physical path prefix /abc/def
RewriteBase /
# now the rewriting rules
RewriteRule ^(.*)/index.html$ index.php?sek=$1
soll mir folgendes umformen
"/index.php?sek=web == /web/index.html"
leider passt das so noch nicht!
was ist falsch
# let the server know that we were reached via /xyz and not
# via the physical path prefix /abc/def
RewriteBase /
# now the rewriting rules
RewriteRule ^(.*)/index.html$ index.php?sek=$1
soll mir folgendes umformen
"/index.php?sek=web == /web/index.html"
leider passt das so noch nicht!
was ist falsch
Kommentar