Untuk mengubahnya di direktori home ikuti langkah-langkah sbb:
ubah file: etc/apache2/sites-available/000-default.conf
cari
ServerAdmin webmaster@localhost
#DocumentRoot /var/www/html
Lalu ubah menjadi
DocumentRoot /home/nama-user/www
Kemudian
ubah file:
sudo gedit /etc/apache2/apache2.conf
<Directory /home/nama-user/www/>
Options Indexes FollowSymLinks MultiViewsAllowOverride AllRequire all grantedAllow from All
Lalu restart apache 2 anda :</Directory>
sudo /etc/init.d/apache2 restart
Untuk mengaktifkan file .htaccess maka ketikkan perintah :
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
Selesai semoga bermanfaat...............
No comments:
Post a Comment