Bir php komut dosyası yazılabilir URI Erişme

0 Cevap php

So I have a .htaccess file which is performing a rewrite from /testscript1.php/testvar1/testvar2 to /testscript2.php/testvar3/testvar4 (this is an over simplification but you get the idea).

Şimdi benim testscript2.php script i ben arıyorum ne / testscript1.php/testvar1/testvar2 yerine / testscript2.php/testvar3/testvar4 görmek $ _SERVER ['REQUEST_URI'] değişkeni eriştiğinizde bile. yani $ _SERVER ['REQUEST_URI'] rewrite önce uri içerir.

Sorum basit, yeniden yazılamaz uri erişmek için bir yol var mı?

0 Cevap