Hi I have some domain ex. example.com which path is /var/www/clients/client1/web1/web and I want add subdomain to subfolder ex. pr.example.com -> /var/www/clients/client1/web1/web/pr Redirect is working but add 'pr' at the end (pr.example.com/pr) Would be better to add additional vhost with url pr.example.com -> /var/www/clients/client1/web1/web/pr How should I configure it? Thanks
I find solution. I use redirection type 'L' and in htaccess in subfolder (CMS Joomla) un-commented 'rewrite /'.