redirecting url from one subfolder to another using conf file / ubuntu
问题 I have web site on domain.com which is located at /var/www/main I also have started another web site which I want to be on url domain.com/a/b But the actual file location is /var/www/main/a/b/c Problem is that I want the users to use url domain.com/a/b and get files from /var/www/main/a/b/c So I've found domains conf file at /etc/apache2/sites-available/domain.com.conf It had only this <virtualhost *:80> ServerName domain.com DocumentRoot /var/www/main </virtualhost> Now after reading