diff --git a/README.md b/README.md index e2b6b2f..c509399 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ that indicates your configration file is in "/etc/apache2/sites-enabled/". vi /etc/apache2/sites-enabled/000-default In that file, you can find the "DocumentRoot" like below -DocumentRoot /home/glenturner/catkin\_ws/src/asctec\_pelican\_gui + DocumentRoot /home/glenturner/catkin_ws/src/rosbridge_GUI_example_pelican And, modify that as you want. -4.Change in apa.conf file to include: +4.Change in apache2.conf file to include: - - Options Indexes FollowSymLinks - AllowOverride None - Require all granted + + AllowOverride All + Require all granted + 3.Restart apache. service apache2 restart