Mortgages - Flights - Home Loan - Loans - Flights

PDA

View Full Version : Mod_rewrite question


hurricane_sh
Nov 27th 2004, 10:02 am
I use the following line in .htaccess:

RewriteEngine On
RewriteRule ^test([0-9]*).php test.php?page=$1 [L,NC]

When I try test5.php, the redirect works, but I can't get the value of parameter "page", where am I doing wrong? Thanks!

hurricane_sh
Nov 27th 2004, 8:38 pm
A silly mistake, damn it, I have forgotten programming.