Skip to content

Commit

Permalink
Fixed virtual host entry for simple php script directory location was…
Browse files Browse the repository at this point in the history
… wrong
  • Loading branch information
mahmudtopu3 authored Feb 6, 2021
1 parent c576ba9 commit c9fd408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Create **test.conf** and Add the following lines.
<VirtualHost *:80>
ServerName youdomain.com
DocumentRoot /var/www/html/test
<Directory /var/www/test>
<Directory /var/www/html/test>
AllowOverride All
</Directory>
</VirtualHost>
Expand Down

0 comments on commit c9fd408

Please sign in to comment.