Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants