2015-09-07 54 views
0

我在XAMPP上运行的项目上使用PHPdocumentor。 我已经跑PHPDoc的,所有的文档以PHPdoc&XAMPP - 没有生成classdiagram

C:\xampp\htdocs\project1\documentation 

我对此有一个虚拟主机的配置在我的httpd的虚拟主机文件:

<VirtualHost *:80> 
ServerAdmin [email protected] 
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> 

而且在驱动程序\等\ hosts中的一行:

127.0.0.1  www.documentation.dev 

问题

问题是类图由生成的html称那定位:

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

当我去到url www.documentation.nl/classes.svg我在图像上得到一个错误500。

我正在使用最新版本的XAMPP PHPdoc和(仅工作)模板:响应树枝。

任何想法?

回答

0

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