Jump to content
  • 0

How can I redirect all traffic to the order form?


Yigabau

Question

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.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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" />

 

Link to comment
Share on other sites

  • 0
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.

 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...