我想在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了
不知道哪一個步驟做錯了?應該怎麼做才能正確安裝?