Bernard Paquesfrom nearby-an-airport Associate, 8408 posts | I confirm this is a bug related to the .htaccess file. No patch yet, further analysis is required.
|
Bernard Paquesfrom nearby-an-airport Associate, 8408 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. |
English « Bug tracker «
user validation Pretty url not working [Solved]
| Workflow | Support request |
| Status | A solution has been made available |
| Progress | ![]() |
http://www.ngr78.co.uk/user-validate/04924b4744a6916fa31d1463069882aa
I think the issue is with htaccess rule.
I think the issue is with htaccess rule.











