Hi!
First of all, i would like to say a big thanks for this great component!!!
I have a little problem with a redirection rule...
I have a dynamically change url:
index.php?option=com_userprivatepage&view=userpage&comment=39#comment39
where the numbers are change ex. ......&comment=40#comment40, &comment=41#comment41...etc.
I would like all of these URLs redirect to an page.
I make this rule:
FROM:
/index\.php\?option=com_userprivatepage&view=userpage&comment=[0-9]{1,2}#comment[0-9]{1,2}$
TO:
{scheme}://{siteurl}/uzenetkuldes.html
...but it doesn't work..
Please hel, what is the correct syntax?
Thanks for any help!