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

Add missing .htaccess file #21

Closed
oparoz opened this issue Sep 12, 2017 · 2 comments
Closed

Add missing .htaccess file #21

oparoz opened this issue Sep 12, 2017 · 2 comments
Assignees
Labels

Comments

@oparoz
Copy link
Member

oparoz commented Sep 12, 2017

URLs such as /users won't work without the proper mod_rewrite rule.

Please add a .htaccess file containing:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
@MorrisJobke
Copy link
Member

PRs are welcome

@oparoz oparoz mentioned this issue Sep 13, 2017
@oparoz
Copy link
Member Author

oparoz commented Sep 13, 2017

Done #22

@MorrisJobke MorrisJobke removed their assignment Feb 2, 2018
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

3 participants