Assigning Parameters
For example I have this landing page
and I want to be able to access it by assigning a paremeter
to it.
E.g.
Meaning that both pages will lead to same web page.
Thanks
6 Replies
If you are using a CMS such as WordPress or Drupal, I would refer to their documentation. Both have plugin support so you may find one that has this functionality already.
If this is a one-off scenario for you, you may also be able to do it in your web server's virtual host file.
It's custom code from a scripting language.
How to access please the environment variables to get the parameter. (In PHP use $_GET['key'].)
Actually you're spot on!
Want to implement this:
To make the script show the correct page you have to append the url parameter key to the end. So for example
The key would be set and the correct landing page would load. The visitor however would only see:
How to assign a parameter please for my web pages?
For example I have this landing page
and I want to be able to access it by assigning a parameter to it.
E.g.
Meaning that both pages will lead to same web page.
Why is that please? Need something changed in my server settings?