Re: [users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Daniel Gruno
On 11/10/2015 08:40 AM, Marcel Florian wrote: > Thank you Daniel, "AcceptPathInfo On” seems to be the right approach. > Where can I set this on Apache? Anywhere, really. You can set it in the virtual host stanza, in a .htacess file, or globally. With regards, Daniel. > > Best, > > Marcel > >>

Re: [users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Marcel Florian
Thank you Daniel, "AcceptPathInfo On” seems to be the right approach. Where can I set this on Apache? Best, Marcel > On 09 Nov 2015, at 11:27, Daniel Gruno wrote: > > On 11/09/2015 11:24 AM, Marcel Florian wrote: >> Hello guys, >> >> I have a URL with the following syntax: >> >> |https://ww

Re: [users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Daniel Gruno
On 11/09/2015 11:24 AM, Marcel Florian wrote: > Hello guys, > > I have a URL with the following syntax: > > |https://www.domain.com/pay/a1b2c | > > In the |/pay| directory I have a simple payment form. I am using > JavaScript to get the URL appendix |a1b2c| and p

[users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Marcel Florian
Hello guys, I have a URL with the following syntax: https://www.domain.com/pay/a1b2c In the /pay directory I have a simple payment form. I am using JavaScript to get the URL appendix a1b2c and process it in order to get further data to display in the payment form: var url = window.location.hre