Mainos / Advertisement:

Ero sivun ”Translations:Apache2/65/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: Alias /websubdirectory/ /path/ # Web side directory (/webdirectory) and physical path ("/path") <Directory "/path/"> Options Indexes FollowSymLinks MultiViews AllowOverr...)
 
(ei mitään eroa)

Nykyinen versio 28. tammikuuta 2015 kello 21.09

Tietoja viestistä (auta dokumentoinnissa)
Tätä viestiä ei ole dokumentoitu. Jos tiedät missä tai miten tätä viestiä käytetään, voit auttaa muita kääntäjiä lisäämällä kommentteja tähän viestiin.
Viestin määritelmä (Apache2)
Alias /webbialihakemisto/ /polku/
 # Verkkosivupolku (/webbihakemisto) ja fyysinen polku ("/polku")
  <Directory "/polku/">
   Options Indexes FollowSymLinks MultiViews
   AllowOverride None
   Order allow,deny
   allow from all
 </Directory>
KäännösAlias /websubdirectory/ /path/
 # Web side directory (/webdirectory) and physical path ("/path")
  <Directory "/path/">
   Options Indexes FollowSymLinks MultiViews
   AllowOverride None
   Order allow,deny
   allow from all
 </Directory>

Alias /websubdirectory/ /path/

# Web side directory (/webdirectory) and physical path ("/path")
 <Directory "/path/">
   Options Indexes FollowSymLinks MultiViews
   AllowOverride None
   Order allow,deny
   allow from all
</Directory>
Mainos / Advertisement: