HOW TO FIX MAGENTO LINK ISSUE IN MANGENTO2

Magento installation is complete but links are inactive in admin dashboard do not worry we are here with solution ..

Step 1: open di.xml file from app/etc directory

Step 2:

Find Below path in di.xml file

Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink

and replace with

Magento\Framework\App\View\Asset\MaterializationStrategy\Copy

now check your magento admin link working fine .

Bye Bye Enjoy codingĀ ?