Results 1 to 10 of 10
Thread: DocumentRoot 1 Web Server - ?
Hybrid View
-
4th September 2008 14:46 #1Registered User
Join Date: Jul:2007
Location: Bulgaria
Posts: 119
DocumentRoot 1 Web Server - ?
. XAMPP Web Server , Apache,MySQL,PHP 5.x,phpMyAdmin,FileZilla .. : Web Server- D:/something/Web Server/ , D:/something/Web Server/htdocs/. , htdocs . . , , . -, , ?
!
-
4th September 2008 16:01 #2Registered User
Join Date: Jul:2006
Location:
Posts: 1,071
( ), DocumentRoot, Aliases.
.. <IfModule alias_module> </IfModule> :
</IfModule> :Code:Alias /books "D:/Documents/" Alias /pictures "D:/Pictures/"
Apach-. http://localhost/books http://localhost/pictures.Code:<Directory "D:/Documents"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> <Directory "D:/Pictures"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
-
4th September 2008 16:24 #3Registered User
Join Date: Jul:2007
Location: Bulgaria
Posts: 119
<IfModule alias_module> ? <Directory> </Directory> ?
-
4th September 2008 16:48 #4Registered User
Join Date: Jul:2006
Location:
Posts: 1,071
httpd.conf .
LoadModule alias_module modules/mod_alias.so
# - . <IfModule alias_module>. Alias-. <Directory "">...</Directory> </IfModule> , <_> </_>!
-
4th September 2008 17:13 #5Registered User
Join Date: Jul:2007
Location: Bulgaria
Posts: 119
. Alias /php-fusion " /php-fusion-6-01-15.zip/" , ScriptAlias /cgi-bin/ cgi-bin. </IfModule>
http://localhost/php-fusion .zip , . LoadModule alias_module modules/mod_alias.so #.<Directory " ">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
-
4th September 2008 17:35 #6Registered User
Join Date: Jul:2006
Location:
Posts: 1,071
Alias /file "x:////file.zip"
:
<Directory "x:////file.zip">
....
</Directory>
- .




Reply With Quote
7th May 2023, 16:02 in PC