I’m using an Amazon Linux AMI, but the steps are general.
Edit your .conf
file - sudo vim /etc/httpd/conf/httpd.conf
Add the following under <Directory></Directory>
.
This would redirect any traffic coming to our root directory to /blog/
, which, incidentally, is how you got here, if you just visited daviseford.com
:)