Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

localhost/install: URL NOT FOUND #19

Open
TomEMK opened this issue Feb 22, 2018 · 1 comment
Open

localhost/install: URL NOT FOUND #19

TomEMK opened this issue Feb 22, 2018 · 1 comment

Comments

@TomEMK
Copy link

TomEMK commented Feb 22, 2018

Been messing around a bit, eventually got it so far as to react.
Now I'm stuck at this issue.
I type in localhost address and get automatically redirected to "localhost/install" showing that URL was not found.

Please help

@srikr
Copy link

srikr commented Oct 25, 2019

I also faced the same problem. The issue was not with install rather misconfiguration in apache config file. I presume you might not have added following lines in apache config file:

> <Directory />
> 	Options FollowSymLinks
> 	AllowOverride All
> 	Order deny,allow
> 	Allow from all
> </Directory>
> <Directory /var/www/hackazon/web/>
> 	Options Indexes FollowSymLinks MultiViews
> 	AllowOverride All
> 	Order allow,deny
> 	Allow from all
> </Directory>

Please add the above in config file which should resolve your problem.

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

No branches or pull requests

2 participants