{"id":94,"date":"2009-06-02T13:01:23","date_gmt":"2009-06-02T07:31:23","guid":{"rendered":"http:\/\/vikku.info\/codesnippets\/?p=94"},"modified":"2009-06-02T13:01:55","modified_gmt":"2009-06-02T07:31:55","slug":"server-variable-of-document_root-in-windows-hosting","status":"publish","type":"post","link":"http:\/\/vikku.info\/codesnippets\/php\/server-variable-of-document_root-in-windows-hosting\/","title":{"rendered":"SERVER variable of DOCUMENT_ROOT in windows hosting"},"content":{"rendered":"<p>One of my projects was uploaded to a windows hosting and i found server of document root was not working. So i searched and i found the following gimmick of using it in windows hosting.<\/p>\n<pre lang=\"php\">\r\n<?php\r\nif ( ! isset($_SERVER['DOCUMENT_ROOT'] ) )\r\n  $_SERVER['DOCUMENT_ROOT'] = str_replace( '\\\\', '\/', substr(\r\n    $_SERVER['SCRIPT_FILENAME'], 0, 0-strlen($_SERVER['PHP_SELF']) ) );\r\n?>\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>One of my projects was uploaded to a windows hosting and i found server of document root was not working. So i searched and i found the following gimmick of using it in windows hosting.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[15],"_links":{"self":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/94"}],"collection":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/comments?post=94"}],"version-history":[{"count":2,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/94\/revisions"}],"predecessor-version":[{"id":96,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/94\/revisions\/96"}],"wp:attachment":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/media?parent=94"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/categories?post=94"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/tags?post=94"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}