Yigabau Posted April 9, 2018 Report Posted April 9, 2018 Hello, Can anyone help me please, I would like to redirect all incoming traffic to the order page located here: blesta/order/main/packages/ajaxSlider/?group_id=1 I have tried both with the portal installed and without, and had no success. Thank you. Quote
0 Paul Posted April 9, 2018 Report Posted April 9, 2018 If all traffic goes there, how will an admin or client login? Do you just mean traffic that goes to the portal page should be redirected? If you just want the portal page to redirect, maybe a meta refresh tag would work? You could set this in the portal code, but it's normally suppose to go in the head so not totally sure if it would work. <meta http-equiv="refresh" content="1;url=http://example.com/blesta/order/main/packages/ajaxSlider/?group_id=1" /> Quote
0 Yigabau Posted April 9, 2018 Author Report Posted April 9, 2018 47 minutes ago, Paul said: If all traffic goes there, how will an admin or client login? Do you just mean traffic that goes to the portal page should be redirected? If you just want the portal page to redirect, maybe a meta refresh tag would work? You could set this in the portal code, but it's normally suppose to go in the head so not totally sure if it would work. <meta http-equiv="refresh" content="1;url=http://example.com/blesta/order/main/packages/ajaxSlider/?group_id=1" /> Hey Paul, thanks for the quick answer. I was miss understood, I would like the front page to be the order page, same way as the portal loads as the front page when it is enabled I would like the order page to load. Quote
0 Nelsa Posted April 10, 2018 Report Posted April 10, 2018 Enable portal and than just set httacess redirect from /blesta/ to /blesta/order/main/packages/ajaxSlider/?group_id=1 ,at this way portal will be redirected to your order form without touching blesta routes and all other pages will work...but enable portal first because you don't want to redirect your log in page Quote
Question
Yigabau
Hello,
Can anyone help me please, I would like to redirect all incoming traffic to the order page located here: blesta/order/main/packages/ajaxSlider/?group_id=1
I have tried both with the portal installed and without, and had no success.
Thank you.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.