Skip to main content Help Control Panel

 

English «   Bug tracker «  

user validation Pretty url not working [Solved]

WorkflowSupport request
StatusA solution has been made available
  • Submission on Feb. 11 2008 by NickR
  • Qualification on Feb. 16 2008 by Bernard
  • Action on Feb. 17 2008 by Bernard
Progress80%
http://www.ngr78.co.uk/user-validate/04924b4744a6916fa31d1463069882aa

I think the issue is with htaccess rule.

Comments


Bernard Paquesfrom nearby-an-airport
Associate, 8408 posts

on Feb. 16 2008


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

on Feb. 17 2008


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.