Maison  >  Article  >  développement back-end  >  chevereto安装出错

chevereto安装出错

WBOY
WBOYoriginal
2016-12-01 00:25:512748parcourir

我想在debian8,apache2下搭建一个chevereto,但是安装失败了
首先我将chevereto文件夹放在/var/www/里面,然后写了一个conf用来创建虚拟目录,代码如下

<code>Alias /chevereto/ "/var/www/chevereto/"
<directory></directory>
  AllowOverride All

</code>

然后打开 https://我的域名/chevereto 根据提示创建了setting.php文件,给了imgages,content文件夹权限
再次打开就开始重定向到 https://我的域名/chevereto/install, 这个页面就显示404 Not Found了
不知道哪一个步骤做错了?应该怎样做才能正确安装?

回复内容:

我想在debian8,apache2下搭建一个chevereto,但是安装失败了
首先我将chevereto文件夹放在/var/www/里面,然后写了一个conf用来创建虚拟目录,代码如下

<code>Alias /chevereto/ "/var/www/chevereto/"
<directory></directory>
  AllowOverride All

</code>

然后打开 https://我的域名/chevereto 根据提示创建了setting.php文件,给了imgages,content文件夹权限
再次打开就开始重定向到 https://我的域名/chevereto/install, 这个页面就显示404 Not Found了
不知道哪一个步骤做错了?应该怎样做才能正确安装?

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn