- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2017
02:59 AM
08-05-2017
02:59 AM
After installing Magento 2 in Windows under Xampp, if your admin and front end link’s are not workin
- Remove everything, except .htaccess file from pub/static folder
- Open up app/etc/di.xml find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to “Magento\Framework\App\View\Asset\MaterializationStrategy\Copy”
Note: Remove entire files and folder under pub/static except .htaccess file.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2017
07:15 AM
08-05-2017
07:15 AM
Re: After installing Magento 2 in Windows under Xampp, if your admin and front end link’s are not wo
Hi irshad_innobitz,
Thanks for the tip, I'm sure it will help someone else.
Cheers!
Leslie B.
Aspiration Hosting - Magento 1 & 2 Optimized Cloud Hosting
Problem solved? Click Accept as Solution!
Aspiration Hosting - Magento 1 & 2 Optimized Cloud Hosting
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
07:34 AM
09-07-2020
07:34 AM
Re: After installing Magento 2 in Windows under Xampp, if your admin and front end link’s are not wo
Another better route is to run XAMPP as an administrator. Windows has symlink functionality, you just need to be an administrator to run it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
11:23 PM
09-07-2020
11:23 PM
Re: After installing Magento 2 in Windows under Xampp, if your admin and front end link’s are not wo
Hi,
Thanks for the tip, Irshad khan.