-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Main index.php and pub/index.php are Out of Sync #372
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
Comments
I would seriously like to see the ./index.php entry point removed, thus forcing the use of ./pub/index.php or manually creating one outside of pub if you really lack the flexibility to specify ./pub/ as the web root. It makes way more sense to push for the use of the more secure and modern location of a primary entry point, with the application code physically located outside of the web root. |
I would also like to see the more secure |
That should still be possible were the require __DIR__ . '/../app/bootstrap.php';
$params[\Magento\Core\Model\App::PARAM_APP_URIS][\Magento\Core\Model\Dir::PUB] = ''; |
The team synced the main index.php file and those located in the pub folder. We are closing this ticket now. |
…onfig [Extensibility] MAGETWO-48214
[MCP-522] Cover Zephyr MC-42725 with MFTF Scenario
The file at
is out of sync with the file at
The file in
pub
still contains an unname spacedMage_Profiler
, which results in a fatal error when run vs. the new repository.There files should be brought into sync, or if
pub/index.php
is redundant it should be removed from the repository.The text was updated successfully, but these errors were encountered: