Following is my configuration:
<rule>
    <from>^/xf/(.*)$</from>
    <to>/xfDetail?id=$1</to>
</rule>
The url I visited is http://mydomain/xf/63e2d96047754072a340610. But it says that the page cannot be found.
Do I configure it incorrectly?
This is my working one:
<rule>
    <from>/jr</from>
    <to>/jr/index</to>
</rule>
By the way, are there any ways debugging this?
Thank you!
 
    
 
    