diff --git a/docs/install.rst b/docs/install.rst index d92202c7f5bd..b7e8f093a99c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -21,6 +21,9 @@ Automated Installers - Softaculous ($30): `softaculous.com `_ +Steps to Install +^^^^^^^^^^^^^^^^ + Step 1: Download the code """"""""""""""""""""""""" @@ -63,7 +66,7 @@ Please see these guides for detailed information on configuring Apache or Nginx. Once you can access the site the initial setup screen will enable you to configure the database and email settings as well as create the initial admin user. -.. Tip:: The best practice to remove public/ from the URL is to map the webroot to the folder, alternatively you can uncomment ``RewriteRule ^(.*)$ public/$1 [L]`` in the .htaccess file. +.. Tip:: The best practice to remove public/ from the URL is to map the webroot to the /public folder, alternatively you can uncomment ``RewriteRule ^(.*)$ public/$1 [L]`` in the .htaccess file. Troubleshooting ^^^^^^^^^^^^^^^