txt
Plain text
code posted
created at 25 Jun 15:41, updated at 04 Jul 03:10
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<VirtualHost *:80>
#RewriteLogLevel 0
DirectoryIndex index.php index.html
<Directory "/d/web">
Allowoverride All
</Directory>
#----------------------------
# Properties of web root.
#----------------------------
<Location "/">
Options -Indexes +FollowSymLinks
XBitHack full
Order allow,deny
Allow from all
# Require all granted # Required directive for Apache 2.4 only
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css
</Location>
</VirtualHost> |
606 Bytes in 2 ms with coderay