Hi everyone, i was lookign for how do i change Website path only for "current" domain? I have a Zend Project and i have always to use Url like : example.com/projectname/public so i want that the domain use a different Website path like var/www/client/project/web/zendprojectname/Public I googled a lot and foundn that website. Thank you. Paul
You can not use that path in ispconfig as it does not contain a web ID modifier and no client ID modifier. A possible path would be: /var/www/clients/client1/web1/web/zendprojectname/Public to get the URL "example.com/projectname/public"
That is my problem, i have to use example.com/projectname/public to get on my project. But i want that i directly call the public folder only for that one domaine, so i dont have always to put "projectname/public" behind the url. It should work only on one domaine not for all. I try to change open_basedir but it dont worked : /var/www/clients/client1/web5/web/home/public:/var/www/clients/client1/web5/private:/var/www/clients/client1/web5/tmp:/var/www/home.ukr/web/home/public:/srv/www/home.ukr/web/home/public:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin
Add this custom DocumentRoot in the apache directives field of that site: DocumentRoot /var/www/clients/client1/web5/web/home/public