I want to delete this htaccess rule:
RewriteRule ^resendconfirmation/(.*) resendconfirmation.php?userid=$1
resendconfirmation only appears once in the whole code:
<a href="{$baseurl}/resendconfirmation/{$smarty.session.USERID}">resend confirmation</a>
Do you know how should I change the latter HTML code so I can delete the htaccess rule?
I would assume by changing the
hrefto: