首頁  >  文章  >  後端開發  >  chevereto安裝出錯

chevereto安裝出錯

WBOY
WBOY原創
2016-12-01 00:25:512751瀏覽

我想在debian8,apache2下搭建一個chevereto,但是安裝失敗了
首先我將chevereto資料夾放在/var/www/裡面,然後寫了一個conf用來創建虛擬目錄,程式碼如下

<code>Alias /chevereto/ "/var/www/chevereto/"
<Directory /var/www/chevereto/>
  AllowOverride All
</Directory>
</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 /var/www/chevereto/>
  AllowOverride All
</Directory>
</code>

然後打開https://我的網域/chevereto 根據提示創建了setting.php文件,給了imgages,content文件夾權限
再次打開就開始重定向到https://我的網域/chevereto/install, 這個頁面就顯示404 Not Found了
不知道哪一個步驟做錯了?應該怎麼做才能正確安裝?

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn