On 18/01/18 07:53, Kory Wheatley wrote:
It should work.When someone types to go to http://sftpinterface/deptblogs/ or a link I need it to redirect to http://intranet/template_departments.cfm . Which I was able to accomplish in the index.php header content with
<?php/* Redirect browser */header("Location: http://intranet/template_departments.cfm ");
/* Make sure that code below does not get executed when we redirect. */exit;?>
This shouldn't happen. Most likely there's another redirect rule somewhere, e.g. in .htaccess file.But the problem is all pages underneath http://sftpinterface/deptblogsredirect to http://intranet/template_ departments.cfm . [...]
--
With Best Regards,
Marat Khalili