Kennt jemand das problem oder hat eine lösung für mich?
### Serverdaten:
OSF1 V5.1 2650 alpha
Apache/1.3.28 (Unix) mod_jk2/2.0.3-dev mod_ssl/2.8.15 OpenSSL/0.9.7a PHP/4.3.2
### .htaccess
Code: Select all
RewriteEngine on
RewriteRule ^testmit2-([a-z0-9]+)-([a-z0-9]+).php$ /~sozio/test/test.php?var1=$1&var2=$2 [L]
RewriteRule ^testmit3-([a-z0-9]+)-([a-z0-9]+)-([a-z0-9]+).php$ /~sozio/test/test.php?var1=$1&var2=$2&var3=$3 [L]
mit 2 Variablen
.../~sozio/test/testmit2-wertvariable1-wertvariable2.php (funktioniert)
mit 3 Variablen:
.../~sozio/test/testmit3-wertvariable1-wertvariable2-wertvariable3.php (funktioniert NICHT, d.h. error 404)