Post by abmcr » Sat Jul 25, 2009 8:24 pm

As signaled at http://forum.opencart.com/viewtopic.php?f=20&t=4505, i f in teh URL a port exist (as http://localhost:8888/opencart) the seo url don't work fine
The fix is
line 46 of the file catalog/model/sea_url.php may be as

Code: Select all

	return $url_data['scheme'] . '://' . $url_data['host'].(isset($url_data['port'])?":".$url_data['port']:NULL). str_replace('/index.php', '', $url_data['path']) . $url . $query;
		

New member

Posts

Joined
Wed Jun 03, 2009 11:38 pm

Post by abmcr » Sun Jul 26, 2009 5:05 pm

The fix is
line 46 of the file catalog/model/tool/seo_url.php

New member

Posts

Joined
Wed Jun 03, 2009 11:38 pm
Who is online

Users browsing this forum: No registered users and 4 guests