Page 1 of 1

Linking to another FAQ isn't working right

Posted: Thu Apr 22, 2010 8:49 pm
by dmpp
I'm running 2.6.3

So, when I make a link to another webpage on the site, or external site, it works just fine.

When I link to another FAQ in the database system, it seem to be rewriting the URL's when it outputs the page.

So, for example if I have the code below in the HTML of an FAQ

Code: Select all

<a href="/static/faq/index.php?action=artikel&cat=2&id=17&artlang=en">Link name here</a>
when I go to the live page, the code that it generates out is:

Code: Select all

<a href="/faq/index.phpw.domain.com/faq/index.php?action=artikel&cat=2&id=17&artlang=en">
which obviously doesn't exist. I have gone in to the database to see if perhaps there's something wrong with the admin panel, but the code is 100% correct in the DB.

I have even put in a full path URL, but that didn't work either. I put in http://www.domain.com at the front as well as http://domain.com. Neither worked.

Thoughts?

Re: Linking to another FAQ isn't working right

Posted: Fri Apr 23, 2010 7:23 am
by Thorsten
Hi,

I'll check this... we're rewriting the URLs for the frontend several times...

bye
Thorsten

Re: Linking to another FAQ isn't working right

Posted: Fri Apr 23, 2010 12:37 pm
by dmpp
Thorsten wrote:Hi,

I'll check this... we're rewriting the URLs for the frontend several times...

bye
Thorsten
thank you.