14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
<Directory "/var/www/seeddms/www/">
|
|
DirectoryIndex index.php
|
|
AllowOverride All
|
|
Order deny,allow
|
|
Deny from all
|
|
Allow from all
|
|
</Directory>
|
|
|
|
<VirtualHost *:80>
|
|
DocumentRoot "/var/www/seeddms/www/"
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|