• Home
  • Get help
  • Ask a question
Last post 1 hour 44 min ago
Posts last week 89
Average response time last week 30 min
All time posts 67711
All time tickets 10463
All time avg. posts per day 21

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#4653 – SH404SEF doesnt work on get / post parameters

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Monday, 12 February 2018 19:55 UTC
kalayourlife
Hi,

I'm doing quite some extensive work with post and get requests and I noticed following issue:

When I post to my url or load it with a get parameter (eg: http://xxxx.com/?paremeter=test Joomla uses the Title from the Menu and the description seems to be missing. Any Idea where this comes from and how we can get this running?

Cheers
Lasse
Thursday, 15 February 2018 08:24 UTC
wb_weeblr
Hi

When I post to my url or load it with a get parameter (eg: http://xxxx.com/?paremeter=test Joomla uses the Title from the Menu and the description seems to be missing.
Yes, the custom title/description or other custom data are attached to a Joomla URL, ie the internal non-sef URL that Joomla uses to display content.
If you add a query variable in your requests, you are changing the requested URL and the custom data does not apply any more.

For instance, if your home page URL is "index.php?option=com_content&Itemid=101&view=featured", then requesting http://xxxx.com/?paremeter=test means that the request is now for "index.php?option=com_content&Itemid=101&paremeter=test&view=featured".

Therefore this is not the home page anymore and the custom data does not apply any longer.

Rgds
 
Friday, 02 March 2018 05:34 UTC
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.