cancel
Showing results for 
Search instead for 
Did you mean: 

Modules in admin showing 404 not found

SOLVED

Modules in admin showing 404 not found

Hello,

I'm having trouble getting some modules to work.

I installed 2 modules on a clean magento 2.3.3 version.

The modules are a theme and an extension that switch to maintenance mode.

Whenever I do some changes to apply one of those modules, I get a 404 not found page.

I did notice that the URL in both cases shows a key like this :

https://website.com/adminpage/theme/design_config/save/key/######

https://website.com/adminpage/maintenancemode/adjustsettings/save/key/####

The numbers are different on each url.

 

I installed those modules with the following method :

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

 

"Add Store Code "  is not activated (according to an other post it should be that way).

 

Any idea how to fix this ?

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Modules in admin showing 404 not found

Changing the apache mod_security to OFF did the trick.

View solution in original post

1 REPLY 1

Re: Modules in admin showing 404 not found

Changing the apache mod_security to OFF did the trick.