Adding parameters to SEF urls
- Gerry
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #94
by Gerry
Hi Support
I'm not sure if this can be done. Is it possible to add my own parameters to the end of the sef urls or will this corrupt the rewrite process.
For example I have the following sef url:
www.mysite.com/section/category/mypage.html
and I want to call it like this with a new parameter tagged on the end which I capture in the php code.
www.mysite.com/section/category/mypage.html?param=my value
Thanks
Gerry
I'm not sure if this can be done. Is it possible to add my own parameters to the end of the sef urls or will this corrupt the rewrite process.
For example I have the following sef url:
www.mysite.com/section/category/mypage.html
and I want to call it like this with a new parameter tagged on the end which I capture in the php code.
www.mysite.com/section/category/mypage.html?param=my value
Thanks
Gerry
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 10 months ago #96
by Saka
Emir Sakic
www.sakic.net
Hello,
No, it's not possible. You can however send a variable with POST method.
\Emir
No, it's not possible. You can however send a variable with POST method.
\Emir
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Gerry
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #97
by Gerry
Ok I thought not.
Thanks any way
Gerry
Thanks any way
Gerry
Please Log in or Create an account to join the conversation.
- Sentry
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
17 years 10 months ago #98
by Sentry
I have the same need. My Website is sending a partner id with the URL and therefore i hacked the mod_mainmenu.php so the Partner id is always sent with the Joomla-generated link.
Is it really such a problem to tell the script:
www.mysite.com/*rewrite from here *section/category/*to there*mypage.html?param=my value
How do you mean sending this variable with a post method?
Is it really such a problem to tell the script:
www.mysite.com/*rewrite from here *section/category/*to there*mypage.html?param=my value
How do you mean sending this variable with a post method?
Please Log in or Create an account to join the conversation.
- Gerry
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #99
by Gerry
Hi Sentry
Let me know if you get any further with this and I will do like-wise if I find the answer. My need is to track keywords used when traffic comes from google's PPC adwords system.
Gerry
Let me know if you get any further with this and I will do like-wise if I find the answer. My need is to track keywords used when traffic comes from google's PPC adwords system.
Gerry
Please Log in or Create an account to join the conversation.