Jump to content

Recommended Posts

Posted

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

Posted

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

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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