Jump to content
  • 0

Question

Posted

I need to do: when user access our website directly to redirect dashboard pages.

 

 

So.which  controller function use for show website index page?

 

Then i can check this visitor whether or not login。To redirect "http://domain//client/".

 

I can edit  theme file: 'structure.pdt' to this. but this not a good way.

<?php if($_SERVER['REQUEST_URI']=='/'){header('Location: http://blesta.domain.com/client/');}?>

And which constant or variable use for echo current website domain?

 

20150710104036.png

3 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...