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

Issues with settings link #18

Closed
halo779 opened this issue Jul 31, 2016 · 2 comments
Closed

Issues with settings link #18

halo779 opened this issue Jul 31, 2016 · 2 comments

Comments

@halo779
Copy link

halo779 commented Jul 31, 2016

Seems i'm having a few issues with the Settings link 404ing. Nothing jumps out at me as the cause as per your setup directions Although i am unfamiliar with Laravel PHP framework.

At first i suspected it to be rewrites not being changed to nginx formatting correctly However having fired up a fresh VM locally running a basic LAMP stack It seems that is not the case.

Here's an example link which is failing:
http://evetrade/eve-traders-handbook/public/settings

evetrade being the hostname of the VM i used for testing.

Suspect i have simply misunderstood something in the setup though?

@matthewpennell
Copy link
Owner

Sorry for the delay in replying, I've been on vacation.

You shouldn't be using /public/ in your URLs, so your settings page should be here:

http://evetrade/eve-traders-handbook/settings (or even perhaps http://evetrade/settings)

In the VirtualHost setup you should have evetrade pointed to wherever you have the app installed, with /public at the end.

@halo779
Copy link
Author

halo779 commented Aug 6, 2016

Not a problem on the delay.

Have now realised what wasn't right with my setup:

  • Mod_rewrite was not active
  • php curl extensions were not installed by default.

Likely worth noting for a clean linux installation!

The use of /public in my urls was to count out there being any issues with the virtualhost, I should have included that.

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