From dfb6f54e4af86927cb13fea3fca638b2fd6e1e2a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 29 Sep 2023 18:10:57 +0200 Subject: [PATCH] some more links that might help --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d2b93..dfc75c5 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,15 @@ find . -type f -name “*.php” -exec chmod 600 {} + - php bin/magento setup:static-content:deploy -f - +************************************** +- src/pub/static/.htaccess -> Z.16 einkommentieren (#RewriteBase /magento/pub/static/) +-> https://magento.stackexchange.com/questions/150418/static-content-is-not-loading-after-upgrade + +- src/.htaccess hinzufügen -> Header add Access-Control-Allow-Origin "*" + +- irgendwelche links, die helfen können!? + - https://www.simicart.com/blog/magento-admin-404/ + - https://community.magento.com/t5/Installing-Magento-2-x/CORS-policy-No-Access-Control-Allow-Origin-header-is-present-on/td-p/58705 + - https://magento.stackexchange.com/questions/150418/static-content-is-not-loading-after-upgrade + - https://magento.stackexchange.com/questions/219762/magento-2-css-and-js-not-working-after-install + - https://www.nexcess.net/help/how-to-change-magento-base-urls/ \ No newline at end of file