Guest User

Untitled

a guest
Dec 12th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. First:
  2. - run cmd prompt as administrator
  3. - make sure not to create a 'folder' in your server root, mklink will create it for you
  4.  
  5. In cmd prompt:
  6.  
  7. > mklink /d \path\to\server\root\folder \path\to\code\framework\public\folder
  8.  
  9. *** the /d option create a symbolic link or a softlink.
Add Comment
Please, Sign In to add comment