Skip to main content Help Control Panel

YACS CMS : Open source !

Community «   Discussion forum «   Bug tracker «   user validation Pretty url not working «  

Comment: user validation Pretty url not working

<< Previous  
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.

by Bernard on Feb. 17