.htaccess - Using Symbolic Links to publish Assets in Yii2 without file copying? -


not servers allow assetmanager publish assets creating new directories @ runtime, e.g. google appengine.

yii2 docs talk using symbolic links publish asset files, i.e. without copying asset files in new location. link

is symbolic links answer problem? can give me basic example of how use symbolic links in yii2 when deployed on shared server?

edit

as docs on popular shared server godaddy suggest, need follow such manual procedure every file want publish? there way same on google appengine?


Comments