-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 creadoo - Sven Rißmann schreef: > OK, for understanding we take this line from .htaccess: > > RewriteRule ^Content([1-9][0-9]*).* artikel.php\?id=$1 > > I've tried the following: > Add a new Rule in default server: > Rule Type: Regular Expression > Regular Expression: ^artikel.php\?$ > > Then add a Handler for that rule: > Handler: Redirection > Type: Internal | Regular Expression: ^Content$ | Substitution: > artikel.php\?id=$1 > > So this wont work for me. What is the mistake?
Use the following scheme: php - extention => fastcgi fileexist => list&send default => redirection At the redirection you do: ^/Content([1-9][0-9]*).* => /artikel.php\?id=$1 I think that should do the trick. Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREKAAYFAkrVy9EACgkQYH1+F2Rqwn17ewCfbvIeiS1im/zVUjq+o5ZyCC9f 0fAAn0H2F3Ttj4/FaXFYJndmqmgfXUSf =re93 -----END PGP SIGNATURE----- _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
