Difference between revisions of "Talk:Webapps-common"

From SME Server
Jump to navigationJump to search
(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...")
 
Line 1: Line 1:
For Letsencrypt to work When using Ibay and I had a subdirectory with ../html/web
+
For Letsencrypt to work When using Ibay and I had a subdirectory with ../html/web<br />
I needed to create a symbolic link for my ../html/web/index.php to ../html
+
 
cd ../ibay/html
+
I needed to create a symbolic link for my ../html/web/index.php to ../html<br />
ln -s web/index.php .
+
 
 +
cd ../ibay/html<br />
 +
 
 +
ln -s web/index.php .<br />
 +
 
 
(This was for Drupal 8 installed in ibay with composer)
 
(This was for Drupal 8 installed in ibay with composer)

Revision as of 11:13, 4 May 2019

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)