-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 404 ..../setup/en_US/index #672
Comments
@asif-hhh I think the problem is with how you configured your virtual host. |
Yes exactly, that VHost was the problem. And i have the following error " Looks like database is outdated. Please, use setup tool to perform update " i couldn't understand that issue ... |
[Tango] MAGETWO-43487: Error in the integration test after MAGETWO-42458 implementation
I am facing a redirect 404 issue while installing Magento 2.
here are the steps i followed
1- git clone this repo (alpha96)
2- composer install in the root of the project
3- composer install in the setup folder
4- Enabled php_intl extension
5 - Created a virtual host magento2dev.com
Now when in browser, i run http://magento2dev.com This redirects me to 404 http://magento2dev.com/setup/en_US/index
Nothing is displayed in log ...
Using version alpha95, and now tried alpha96 But same problem.
any suggestions ???
The text was updated successfully, but these errors were encountered: