Change www directory:
1. Open terminal (alt + shift + T)
2. Enter the following command
sudo gedit /etc/apache2/sites-available/default
3. Search for DocumentRoot
In same line replace /var/www with your own directory
4. Search for <Directory
In same line replace /var/www with your own directory
1. Open terminal (alt + shift + T)
2. Enter the following command
sudo gedit /etc/apache2/sites-available/default
3. Search for DocumentRoot
In same line replace /var/www with your own directory
4. Search for <Directory
In same line replace /var/www with your own directory
After then restart apache with the following command
0 comments:
Post a Comment