Hello,
Some hours ago i tried to use this hack.
I noticed that the user url works BUT when i try to login from the cb login module i get this message:
"You are not authorised to view this resource."
if i try to login through joomla's default login module i dont have any problem.
this is the htacess i m using:
##
SecFilterEngine Off
Options +FollowSymLinks
#
# mod_rewrite in use
#
RewriteEngine On
<Files *.ini>
Order deny,allow
Deny from All
</Files>
##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /site
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ index.php?option=com_comprofiler&task=us