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

Routing error with Apache #16

Open
venom85 opened this issue Dec 4, 2013 · 1 comment
Open

Routing error with Apache #16

venom85 opened this issue Dec 4, 2013 · 1 comment

Comments

@venom85
Copy link

venom85 commented Dec 4, 2013

I'm trying to set this software up with Apache as the hosting application. I've installed dependencies with composer and run the database migrations successfully using a production database.php file. When I try to track an event, though, it just sits indefinitely on the spinner. The Apache logs say that it can't find a file that is one of the routes.

File does not exist: /var/www/sophietracker/public/track

This obviously routes to the TrackController, which is there. I've checked ownership and permissions of files, and the apache user can get to everything. I've also ensured that all JS and ad blockers are turned off. I'm not sure if it's related, but I also can't get the dashboard flip to work. The button changes, but the entire rest of the page doesn't. I'm guessing it's all one problem manifesting itself in different places. Hopefully this is easily fixable!

@MiniCodeMonkey
Copy link
Owner

It sounds like there may be an issue with your .htaccess file. Can you ensure that the file exists in your public directory and that Apache is executing it correctly?

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