skylineVirtual Posted November 24, 2013 Report Share Posted November 24, 2013 Hi, we are only using the database and Admin Panel from phpvms and designed our own structure for the user interface. Because of this the link in vaCentral doesn't direct the visitor to our homepage as you have to enter the main phpvms installation path. My question is, if I can put a normal redirect into the frontpage_main.tpl so that visitors will automatically get redirected to our main page when visting http://skyline-va.de/phpvms ? Or will this mess up communication with kAcars or vaCentral? -Lauritz Quote Link to comment Share on other sites More sharing options...
Tom Posted November 24, 2013 Report Share Posted November 24, 2013 Here's a search engine friendly redirect: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://web.skyline-va.de"); ?> Shouldn't affect anything other than the phpvms frontpage if you put it in frontpage_mail.tpl Quote Link to comment Share on other sites More sharing options...
skylineVirtual Posted November 25, 2013 Author Report Share Posted November 25, 2013 Thanks for your answer. Works perfectly. Quote Link to comment Share on other sites More sharing options...
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.