Chevereto installation error

WBOY
Release: 2023-03-01 18:44:01
Original
2776 people have browsed it

I want to build a chevereto under debian8 and apache2, but the installation failed.
First, I put the chevereto folder in /var/www/, and then wrote a conf to create a virtual directory. The code is as follows

<code>Alias /chevereto/ "/var/www/chevereto/"
<Directory /var/www/chevereto/>
  AllowOverride All
</Directory>
</code>
Copy after login
Copy after login

Then open https://my domain name/chevereto and follow the prompts to create the setting.php file and give permissions to the images and content folders
Open it again and start redirecting to https://my domain name/chevereto/install, this The page displays 404 Not Found
I don’t know which step I did wrong? What should I do to install it correctly?

Reply content:

I want to build a chevereto under debian8 and apache2, but the installation failed.
First, I put the chevereto folder in /var/www/, and then wrote a conf to create a virtual directory. The code is as follows

<code>Alias /chevereto/ "/var/www/chevereto/"
<Directory /var/www/chevereto/>
  AllowOverride All
</Directory>
</code>
Copy after login
Copy after login

Then open https://my domain name/chevereto and follow the prompts to create the setting.php file and give permissions to the images and content folders
Open it again and start redirecting to https://my domain name/chevereto/install, this The page displays 404 Not Found
I don’t know which step I did wrong? What should I do to install it correctly?

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!