Reputation: 383
I have been searching the world wide web for a while now but can't seem to solve the issue.
I have a site where the base url has been entered as:
The CMS will then a '/' at the end. Now, when the RSS feed is created the url does this:
http://mydomain.com/http://mydomain.com/link/to/page/location.htm
I haveonly just really started to look into regular expression with the .htaccess file and can't seem to figure this out?
Has anyone had this problem or can somebody point me in the right direction?
The page created for the link is a 404.
Cheers
smilinmonki666
Upvotes: 2
Views: 486
Reputation: 1250
I had a similar problem. I'm using Zend Framework and when I was initializing the front controller options, I was setting baseUrl to www.mydomain.com which made every link to be like this www.mydomain.com/www.mydomain.com.
I've left baseUrl to "" and it works perfectly. I hope this answer will help others with a similar problem.
Upvotes: 1