Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

http 404 - install folder missing #7

Closed
TheReal1604 opened this issue Nov 7, 2016 · 2 comments
Closed

http 404 - install folder missing #7

TheReal1604 opened this issue Nov 7, 2016 · 2 comments

Comments

@TheReal1604
Copy link

If i try to install via the tar.gz package on my webserver, the index.php redirects me to mydomain.com/install . But the Install folder and its content is not included in the .tar.gz or .zip you released.

image

image

@rodber
Copy link
Owner

rodber commented Nov 7, 2016

You need mod_rewrite or configure your nginx rewrite rules. Check this:

https://chevereto.com/docs/requirements

@rodber rodber closed this as completed Nov 7, 2016
@TheReal1604
Copy link
Author

TheReal1604 commented Nov 8, 2016

@rodolfoberrios sry that I disturb you with this misconfiguration on my site. Just for documentation, after inserting this in my virtualhost:

<Directory /var/www/chevereto >
     Options Indexes FollowSymLinks MultiViews
     AllowOverride All
     Order allow,deny
     allow from all
</Directory>

All is working like a dream.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants