document-root
Rewrite rules for lighttpd with new document-root would not work
I have server.document-root = \"/srv/www\" but for some static files I want use another document-root. I try use this code:[详细]
2023-04-12 13:16 分类:问答What is the equivalent of PHP's $_SERVER['DOCUMENT_ROOT'] in Java
I need to know the Java equivalent of PHP\'s $_SERVER[\'DOCUMENT_ROOT\']. I am writing a Java backend program that will take an uploaded image as a byte[] and save the image to the server where my Ja[详细]
2023-04-10 17:32 分类:问答Does each apache process load all DocumentRoot's for all virtual hosts?
we are trying to diagnose a performance issue.We have an Apache2 server with many virtual hosts, each one running a CMS such as Drupal or Joomla.Each apache process seems to consume a large amount of[详细]
2023-04-10 16:53 分类:问答Determining a website's 'root' location
I need some help with concepts and terminology regarding website \'root\' urls and directories. Is it possible to determine a website\'s root, or is that an arbitrary idea, and only the actual server[详细]
2023-04-05 15:47 分类:问答Display SWF object out of the doc root
How can I display a SWF file that is out of the document root using SWFObject? I can use PHP if needed.[详细]
2023-03-25 11:43 分类:问答PHP: How not to hard code web application root
I currently have the following in a config file in my application: define(\'DOCROOT\', dirname(__FILE__).DIRECTORY_SEPARATOR);[详细]
2023-03-17 00:37 分类:问答Is it possible to set the filesystem root and/or the document root to some subdirectory of the filesystem?
I would like to know if 开发者_开发问答it is possible to specify a subdirectory for the filesystem root or the document root for requests of static resources (if there\'s any such distinction) in node[详细]
2023-03-09 01:54 分类:问答Zend framework URL index
I installed Zend framework 1.11.5 I have Wamp 2.2 and running windows7. I have a folder (mysite) inside apache documentRoot(\'c:/wamp/www\');\'mysite\' folder structure is:[详细]
2023-03-02 21:38 分类:问答htaccess document_root dirname
is it possible to do this RewriteRule robots.txt dirname(%{DOCUMENT_ROOT})/robots.php [L] i need get parent folder of D开发者_Go百科OCUMENT_ROOTYou can\'t create a rewrite rule pointing to a target[详细]
2023-03-02 09:35 分类:问答AS3: Really weird "inaccessable" error when referencing document root object
Alright, I am pulling my hair out on this one. Got this problem at around 9 last night and was up until 5 trying to fix it, and then all day so far (it\'s already about 9 PM again) trying to fix it. I[详细]
2023-02-28 04:47 分类:问答