× Here you can get community support related to ReDJ.

Creating a Redirect that works

More
7 years 7 months ago #5555 by oman
Creating a Redirect that works was created 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.

More
7 years 7 months ago #5556 by admin
Replied by admin on topic Creating a Redirect that works
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.082 seconds