403 Redirect
-
geivoip
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
9 years 6 months ago #3968
by geivoip
I am trying to set-up a redirect when a 403 error occurs. On my Home page I have several items whose access is Guest. If the registered user logs in and then closes their browser then opens it and enters the site's URL they get a 403 error. I want to create a redirect to redirect a logged in use to the correct landing page.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 6 months ago #3970
by admin
Hi,
it seems you want a return code based redirection instead of an url based redirection. I mean, you would like to redirect the user when ANY 403 error happens, regardless of the URL he was trying to access.
If this is the case, you can get it only with a .htaccess rule, not with ReDJ (it is URL based, not status code based).
Hope this is clear, let me know if this is not.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.134 seconds