Skip to content

redirect

Auto Added by WPeMatico

In M2.4.7, what is the correct way to implement an Admin Controller that checks ACL and User Login status?

With MagentoBackendAppAbstractAction and MagentoFrameworkAppActionAction being deprecated and advising in the scripts to use MagentoFrameworkAppActionInterface, what is the correct way to implement an admin Controller that will check the users ACL rights to view the page and also if the user… Read More »In M2.4.7, what is the correct way to implement an Admin Controller that checks ACL and User Login status?

Magento 2: Nginx Rewrite Rule for Updated Media Base URL

I recently updated my media base URL to {{unsecure_base_url}}media/version1234567/. While attempting to create a rewrite rule in Nginx, I’ve encountered some difficulties. For a single URL, I used the following configuration which works as expected: location = /media/version1234567/wysiwyg/banners/WebsiteBanners2/HomePageBanners/Snom_Web_May_HP.png { return… Read More »Magento 2: Nginx Rewrite Rule for Updated Media Base URL