Hello!
i have a private site and on main page /index.php i'am used cb login module which redirects all users after login to the custom page.
third-party sef not used, have a .htaccess file in the site directory
yesterday found links type:
/index.php/component/users/?view=profile
/index.php/component/users/?view=reset
/index.php/component/users/?view=remind
/index.php/component/users/?view=login
/index.php/component/users/?view=registration
I took one of the links for an example:
I tried to redirect this links to index.php but redirect not working
I am doing like this:
Redirect 301 /index.php/component/users/?view=profile /
or
Redirect 301 /index.php/component/users/?view=profile /index.php
or
Redirect 301 /index.php/component/users/?view=profile
site.ru
and nothing
Try to use joomla redirects manager and doing like this:
Redirect 301
site.ru/index.php/component/users/?view=profile
to
site.ru
nothing ...
I want use only CB Registration and CB Login
I'am not used joomla profile and registration, used only community builder
how fix it ? help me please