Questions tagged [slash-arguments]

5 questions
1
vote
1 answer

Failing to correctly parse Slash Arguments with php-fpm/apache

I recently set up a new webhosting server at work on a Debian Stretch system using Apache 2.4 and PHP7 via proxy_fcgi and php-fpm. It worked fine in the testing stages, but the first customer is using a Moodle website which makes extensive use of…
Shadur
  • 1,297
  • 1
  • 10
  • 20
1
vote
1 answer

Nginx redirect url with parameters

I searched on so many threads without any luck, maybe you can help me. I try to redirect this link https://www.example.com/page/5/?s=gluten to https://www.example.com/gluten_specificarticle I tried to use map solution but it does not work map $arg_s…
0
votes
1 answer

nginx 1.10.2 on RHEL6 - having problems with accepting slash in URL

My nginx server won't accept these kind of URL's, while apache handles them just fine: http://domain/file.php/?variablename=variable nginx accept only that: http://domain/file.php?variablename=variable Please let me know if the first approach is…
0
votes
0 answers

Add slash to end of url except of images, css, js, and xml and preserving the port

I am trying to add slashes to the end of all the url on my site except for files with extensions (all images type, css, js, xml), all while preserving the port for my local env. This is the behavior I am looking for: In production: …
Xenophiliac
  • 117
  • 1
  • 7
0
votes
2 answers

Return/edit "slash" search string in vi(m)

I've tried searching the web but the phrases are too general or I didn't know what to search for. If I use /(some IP address) in vi I know I can simply enter / (Enter) again and find the next occurrence. What I'm wanting to do is retrieve the…