PHPdoc&;XAMPP-未生成类图

PHPdoc&;XAMPP-未生成类图,xampp,virtualhost,phpdoc,Xampp,Virtualhost,Phpdoc,我正在XAMPP上运行的项目上使用PHPdocumentor。 我已经运行了PHPdoc,所有文档都在 C:\xampp\htdocs\project1\documentation 我的httpd vhosts文件中有一个vhost配置: <VirtualHost *:80> ServerAdmin webmaster@documentation.dev DocumentRoot "C:/xampp/htdocs/project1/documentation" ServerName

我正在XAMPP上运行的项目上使用PHPdocumentor。 我已经运行了PHPdoc,所有文档都在

C:\xampp\htdocs\project1\documentation
我的httpd vhosts文件中有一个vhost配置:

<VirtualHost *:80>
ServerAdmin webmaster@documentation.dev
DocumentRoot "C:/xampp/htdocs/project1/documentation"
ServerName www.documentation.dev
ServerAlias *.documentation.dev
ErrorLog "logs/documentation.dev-error.log"
CustomLog "logs/documentation.dev-access.log" common
</VirtualHost>
问题

问题是由生成的html调用的类图,该html位于:

C:\xampp\htdocs\project1\documentation\classes.svg
当我转到url www.documentation.nl/classes.svg时,图像上出现了一个错误500

我使用的是最新版本的XAMPP和PHPdoc以及(唯一有效的)模板:responsive twig


有什么想法吗?

显然,PHPdocumentor不适合与虚拟主机一起工作。 当我点击index.html并从一个文件夹运行整个站点时,一切正常

C:\xampp\htdocs\project1\documentation\classes.svg