0

In my case css and js files are not loading. It shows only html content both front end and backend part.

I applied many times clear the cache and reindexing.

Also run these commands:

1.sudo php -f bin/magento setup:static-content:deploy

2.php bin/magento setup:di:compile

3.php bin/magento indexer:reindex

4.sudo chmod -R 777 var/*

Delete Some folder under Pub/Static Directory:

MAGENTO_ROOT/pub/static/_requirejs

MAGENTO_ROOT/pub/static/adminhtml

MAGENTO_ROOT/pub/static/frontend
Kishan Patadia
  • 5,609
  • 3
  • 24
  • 36
Anikesh Shahi
  • 582
  • 2
  • 8
  • 23

1 Answers1

0

Issue Fixed.After replace .htacess file on root directory. It worked like charm...:)

Anikesh Shahi
  • 582
  • 2
  • 8
  • 23