$_SERVER["PHP_SELF"] | Windows XAMPP (PHP5.2.4/Apache 2.0) |
CentOS5 (PHP5.1.6/Apache 2.0) |
XREA Linux? (PHP4.4.8/Apache 1.3.37) |
$_SERVER["REQUEST_URI"] | |||
$_SERVER["SCRIPT_NAME"] | |||
http://hoge.com/example/ | /example/index.php | /example/index.php | /example/index.php |
/example/ | /example/ | /example/ | |
/example/index.php | /example/index.php | /example/index.php | |
http://hoge.com/example/index.php | /example/index.php | /example/index.php | /example/index.php |
/example/index.php | /example/index.php | /example/index.php | |
/example/index.php | /example/index.php | /example/index.php | |
http://hoge.com/example/index.php?a=test | /example/index.php | /example/index.php | /example/index.php |
/example/index.php?a=test | /example/index.php?a=test | /example/index.php?a=test | |
/example/index.php | /example/index.php | /example/index.php | |
http://hoge.com/example/index.php/dir/test | /example/index.php/dir/test | /example/index.php/dir/test | /example/index.php/dir/test |
/example/index.php/dir/test | /example/index.php/dir/test | /example/index.php/dir/test | |
/example/index.php | /example/index.php | /example/index.php/dir/test |
うーん、PHPのヴァージョン違いのせいか、Apacheのほうか・・・。
Comments