cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 back office CSS problem

Magento 2 back office CSS problem

Hello, I am having a problem with my magento 2 unable to load my back office css is not displayed properly

4 REPLIES 4

Re: Magento 2 back office CSS problem

The problem is with your web server configuration. What web server do you use?

Re: Magento 2 back office CSS problem

I use apache 2.4 

Re: Magento 2 back office CSS problem

If you have installed Magento 2 into a subfolder then you need to do some special coniguration in .htaccess files.

Here is my working example for the /store subfolder: https://mage2.pro/t/23

Re: Magento 2 back office CSS problem

If you are using mod_fcgi instead of mod_php then you will have trouble with images loading with a default installation of Magento. This is because mod_fcgi requires a few different settings in .htaccess (there's more than one of them if you look in subdirectories). Take a look at your error logs and that will give you details if this is indeed the issue. One of the changes is that +FollowSymLinks needs to be changed to +SymLinksIfOwnerMatch.