expression help needed
Posted: Mon Nov 06, 2006 3:18 am
It sends all .html files to viewtickets.php?xxxxx=x
I want to send all files with
http://www.ticketchest.com/production/375053/xxxxx.html
375053 is variable number
to viewtickets.php?ContentID=$1
having problem in expression. any help?
I want to send all files with
http://www.ticketchest.com/production/375053/xxxxx.html
375053 is variable number
to viewtickets.php?ContentID=$1
having problem in expression. any help?
Code: Select all
RewriteEngine On
RewriteRule ^(.*).html viewtickets.php?ContentID=$1