php - What is REDIRECT_KOHANA_ENV in $_SERVER environment information array -


I am trying to get a PHP application based on the Kohana framework working on a Linux server.

There is a problem in my .htaccess or application (not yet known) which is blocking the use of beautiful URLs. When I was debugging, I found it in my $ _ server array:

  print_r ($ _ SERVER); ... [REDIRECT_KOHANA_ENV] = & gt; The output ...   

In my .htaccess file, there is only one line to set the environment variable:

  set to envine kohna_nv production  < / Ex> 

And I'm also making a redirection:

  revised rule ^ (fr | en) / (this | he) /? ([^ /] *) $ / Indix.fpp / $ 1 / he / [nc, ksa, l]   

Does anybody know how this is REDIRECT_KOHANA_ENV code?

Is this something $ _ SERVER ['REDIRECT_REMOTE_USER'] ?

It seems that this is something in your htaccess it is due to some rewrite on HTX There are some details on the description and REDIRECT _ constants in $ _ server :



Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -