Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

apache2 change directory root

go to /etc/apache2/sites-available/000-default.conf

Change here:
<Directory /var/www/html/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #directory #root
ADD COMMENT
Topic
Name
2+9 =