Creating Virtual Directory in Apache
Usually, I write about robotics, computer vision and machine learning in this website but today I decided to make back of my website in my PC and I felt it’s not bad ti know a bit about XAMPP and especially Apache. 1) First, download and install XAMPP 2) Then edit “/opt/lampp/etc/httpd.conf” and uncomment the line:
1 2 |
# Virtual hosts Include etc/extra/httpd-vhosts.conf |
[…]
Creating Virtual Directory in Apache Read More »