Hello,
someone has a good instruction on how installed Magento 2.0 in IIS 8.5. Page does not load properly after installation and the admin panel I always error 404th
Greetings
Solved! Go to Solution.
In that case, try http://www.gadjev.com/2016/02/installing-magento-ce-2-0-on-windows-server-2012-r2-iis-8-5/
and adapt to your config.
From my exp, could be solved either by running cd <web root> php bin/magento setup:static-content:deploy from cmd console or specify your website's subdirectory in RewriteBase in .htaccess files.
Hi
Thank you for your help. I know exactly the same amount as before. With your answer, I can not do anything.
Instructions steb by steb or a youtube video :-)
regards
In that case, try http://www.gadjev.com/2016/02/installing-magento-ce-2-0-on-windows-server-2012-r2-iis-8-5/
and adapt to your config.