Creating a Redirect that works
-
oman
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
8 years 2 months ago #5555
by oman
Dear Selfget Developers and Community,
I'm sorry to bother you with my problem, but nothing I've tried works.
Essentially I'm just trying to make a redirect from one page to another.
from: mysiteurl/component/users/?view=login
to: mysiteurl/registration
When I create a redirect in ReDJ it does not redirect the page.
PHP Version 5.6.24
Web Server Apache
Joomla! Version Joomla! 3.6.2 Stable
K2 2.7.1
Thank you for any help you can provide,
Oman
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 2 months ago #5556
by admin
Hi Oman,
probably the problem is you aren't escaping special chars in the From URL (is a regular expression). Try this (iterally):
From URL: ^/component/users/\?view=login$
To URL: {scheme}://{siteurl}/registration
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.127 seconds