Hi,

my site runs on custom port (not 80), and i tried to use Redirector
Helper in the following way:

public function indexAction()
{
    $redirector = $this->_helper->getHelper('Redirector');
    $redirector->setUseAbsoluteUri()->setGotoSimple('example');
}

I checked the Location header with Firefox Tamper Data extension, i
saw something like this:
Location=http://example.org:50000:50000/index/example

Port is duplicated. I removed setUseAbsoluteUri so its work now.

Can i use setUseAbsoluteUri with custom port?

Reply via email to