Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «  

user validation Pretty url not working [Solved]

avatarRhodes, Nick -- on Feb. 11, from West Yorkshire, UK
YACS team (UK)
A solution has been made available

Solution Manager: Bernard

Issue description

Comments

Bernard
avatar
from nearby-an-airport
Associate, 6581 posts

on Feb. 16


I confirm this is a bug related to the .htaccess file. No patch yet, further analysis is required.
Bernard
avatar
from nearby-an-airport
Associate, 6581 posts

on Feb. 17


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)