Variable no of GET elements
Hi,
How could I configure the htaccess file to do:
test.html?var1=test ---> test.php?var1=test
AND
test.html?var1=test&var2=test&var3=test -->test.php?
var1=test&var2=test&var3=test
In short - passing a variable number of GET elements to the new file
whilst rewrite is on.
Many thanks
A
|