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

Redirect to learninglocker/public/register gives 404 Not Found #480

Closed
charyorde opened this issue Jan 10, 2015 · 5 comments
Closed

Redirect to learninglocker/public/register gives 404 Not Found #480

charyorde opened this issue Jan 10, 2015 · 5 comments
Assignees
Milestone

Comments

@charyorde
Copy link
Contributor

After submitting the form at learninglocker/public/, a redirect to learninglocker/public/register gives 404 Not Found

ENV

  • php 5.6
  • centos 6.5
  • LL v1.1.0
@ryasmi
Copy link
Member

ryasmi commented Jan 10, 2015

What's the difference between this and your earlier issue #477?

@ryasmi
Copy link
Member

ryasmi commented Jan 10, 2015

Oh I see the difference, I didn't see the last part of your last comment sorry. I'm not sure why you're redirected after submitting the form. I would delete your db in Mongo and start again.

@ryasmi
Copy link
Member

ryasmi commented Jan 10, 2015

If that doesn't work, please edit your initial comment on this issue to follow our guidelines, these can be found in the contributing.md file

@charyorde charyorde changed the title Redirect to learning/locker/public/register gives 404 Not Found Redirect to learninglocker/public/register gives 404 Not Found Jan 10, 2015
@charyorde
Copy link
Contributor Author

For an Alias based configuration, for example in Apache config site.conf:

Alias /learninglocker "/var/www/learninglocker/public/"

<Directory "/var/www/learninglocker/public/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

Corresponding Laravel public/.htaccess file, add this just after RewriteEngine On:

RewriteBase /learninglocker

This should belong in some docs somewhere. Is LL's docs managed by md so that I can contribute this into the docs?

@ryasmi
Copy link
Member

ryasmi commented Jan 16, 2015

Hey sounds good, we do have a docs repo, please edit the installation.md file and add this under "Configuration".

@ryasmi ryasmi closed this as completed Jan 16, 2015
@ryasmi ryasmi self-assigned this Jan 16, 2015
@ryasmi ryasmi added this to the 1.3.1 milestone Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants