Jump to content
  • 0

How can I redirect all traffic to the order form?


Question

Posted

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.

2 answers to this question

Recommended Posts

  • 0
Posted

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

 

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

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...