WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: LAMP Server - strange query string problem  (Read 2290 times)

Offline mamasboy

  • Newbie
  • *
  • Posts: 3
LAMP Server - strange query string problem
« on: January 02, 2011, 11:42:55 AM »
Hi there,

Thank you for such a great 'distro' - TCL!

I'm using the ver 3.4 with
- mysql.tcz
- apache2.tcz
- apache2-mod-php5.tcz

The server seems to run well. I'm having some strange issues with a website CMS. On the CMS frontend, when running LAMP server on other distros, the link URLs usually are formed like...
- localhost/index.php?whatever-query-string
i.e. localhost/index.php?option=com_content&view=article&id=48&Itemid=55
Links here refer to links that appear on the first page/menus.

However, when I'm running TCL with the above, the URLs are truncated to
- localhost/

On the CMS backend, usually the URLs formed like...
- localhost/administrator/index.php?whatever-query-string
i.e. localhost/administrator/index.php?option=com_advancedmodules&client=0

However, when I'm running TCL with the above, the URLs are truncated to
- localhost/administrator/index.php?option=com_advancedmodules
whereby the rest of the query string is truncated starting from the first ampersand

If you know what's causing this and the possible solution, please do share.

Thank you!