سؤال

I need to create the new store using this tutorial: http://blog.chapagain.com.np/magento-setup-multiple-website/

symbolic links, how can I do on windows localhost?

ln -s ../your-new-website/app ./app
ln -s ../your-new-website/errors ./errors
ln -s ../your-new-website/includes ./includes
ln -s ../your-new-website/js ./js
ln -s ../your-new-website/lib ./lib
ln -s ../your-new-website/media ./media
ln -s ../your-new-website/skin ./skin
ln -s ../your-new-website/var ./var
هل كانت مفيدة؟

المحلول

On windows, you can create symbolic links from the command line using the following:

mklink ..\your-new-website\app app
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top