Talk:Webapps-common

From SME Server
Revision as of 11:12, 4 May 2019 by Antonyanimare (talk | contribs) (Created page with "For Letsencrypt to work When using Ibay and I had a subdirectory with ../html/web I needed to create a symbolic link for my ../html/web/index.php to ../html cd ../ibay/html ln...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

For Letsencrypt to work When using Ibay and I had a subdirectory with ../html/web I needed to create a symbolic link for my ../html/web/index.php to ../html cd ../ibay/html ln -s web/index.php . (This was for Drupal 8 installed in ibay with composer)