Linking to another FAQ isn't working right

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
dmpp
Posts: 12
Joined: Tue Mar 16, 2010 8:24 pm

Linking to another FAQ isn't working right

Post 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?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Linking to another FAQ isn't working right

Post by Thorsten »

Hi,

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

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
dmpp
Posts: 12
Joined: Tue Mar 16, 2010 8:24 pm

Re: Linking to another FAQ isn't working right

Post by dmpp »

Thorsten wrote:Hi,

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

bye
Thorsten
thank you.
Post Reply