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