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

Setting APACHE2 #1

Open
CinGiu opened this issue Mar 6, 2017 · 1 comment
Open

Setting APACHE2 #1

CinGiu opened this issue Mar 6, 2017 · 1 comment
Labels

Comments

@CinGiu
Copy link
Collaborator

CinGiu commented Mar 6, 2017

After install the movie list work well but i can't get any movie.
Any movie was 404 not Found.

Something was wrong with the path. So i've checked all Apache2 config and by default was not enabled the rewrite rule for .htaccess.

follow this to solve this issue: http://askubuntu.com/questions/421233/enabling-htaccess-file-to-rewrite-path-not-working

@DangerBlack DangerBlack added the bug label Mar 7, 2017
@DangerBlack
Copy link
Owner

DangerBlack commented Mar 7, 2017

//sudo a2enmod rewrite (enable mod rewrite for .htaccess)
//sudo nano /etc/apache2/apache2.con (set ALL le AllowOverride None)
//sudo service apache reload

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

No branches or pull requests

2 participants