user validation Pretty url not working [Solved]
A solution has been made availableSolution Manager: Bernard
Issue description
http:www.ngr78.co.uk/user-validate/04924b4744a6916fa31d1463069882aa
I think the issue is with htaccess rule.
I think the issue is with htaccess rule.
Comments
| Bernard from nearby-an-airport Associate, 6581 posts | I confirm this is a bug related to the .htaccess file. No patch yet, further analysis is required.
|
| Bernard from nearby-an-airport Associate, 6581 posts | In .htaccess, change RewriteRule user-([a-zA-Z_]+)/([0-9]+)$ users/$1.php?id=$2 [QSA,L] to RewriteRule user-([a-zA-Z_]+)/([0-9a-fA-F]+)$ users/$1.php?id=$2 [QSA,L] This will allow Apache to match hexadecimal ids generated by YACS. Modified versions of this file will be provided with next release. |
Rate this page
Posted by NickR on Feb. 11, page edited by Bernard on Feb. 17, (popular)
