My htaccess RewriteRule works on localhost/mysite but not at mysite.com on a 1&1 shared host

前端 未结 3 1880
情深已故
情深已故 2021-01-19 09:55

Solved:

unfortunately, the solution is not a satisfying one. This morning, when trying @Wige\'s Suggestion, I found, to my suprise, that the Expected value

3条回答
  •  面向向阳花
    2021-01-19 10:34

    Most likely, your host is storing the variables somewhere else. I would add a call to phpinfo(); into your script and go through the environment variables there to see if you can find the values that should have been in get.

提交回复
热议问题