Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
joomla:joomla-first-steps [2018/12/21 14:58]
eServices Greece
joomla:joomla-first-steps [2019/04/16 13:39]
eServices Greece
Line 1: Line 1:
 +{{tag>joomla guide}}
 ===== First Steps ===== ===== First Steps =====
  
Line 4: Line 5:
   * Enable Two Factor Authentication   * Enable Two Factor Authentication
   * Make sure ACL is properly setup   * Make sure ACL is properly setup
-  * Disable Mass Mail+  * Disable Mass Mail (Global Configuration -> Server) 
 +{{:joomla:joomla-disable-mass-email.png?200|}}
   * Remove All unused Users, Groups   * Remove All unused Users, Groups
-  * Disable User Registration +  * Disable User Registration (Global Configuration -> Users -> User Options) 
-    * Setup password Complexity if you allow User Registration +{{:joomla:joomla-user-registration.png?200|}} 
-  * Activate https for the whole site+  * Setup password Complexity if you allow User Registration (Global Configuration -> Users -> Password Options) 
 +{{:joomla:joomla-password-options.png?200|}} 
 +  * Activate https for the whole site (Global Configuration -> Server) 
 +{{:joomla:joomla-force-https.png?200|}}
  
 ==== Configuration ==== ==== Configuration ====
-  * Setup [[https://www.google.com/recaptcha/admin|ReCaptcha]] +  * Set the PHP required by your Joomla installation [[hosting:multiphp|MultiPHP Manager]] 
-  * Disable Error Reporting +  * Setup ReCaptcha. Get credentials from [[https://www.google.com/recaptcha/admin|ReCaptcha]], setup the plugin [[joomla:recaptchaplugin|Joomla ReCaptcha Plugin]], set the option in (Global Configuration -> Site) as below. 
-  * Setup eMail (SMTP) +{{:joomla:joomla-default-captcha.png?200|}} 
-  * Select Correct Time Zone+  * Disable Error Reporting (Global Configuration -> Server) 
 +{{:joomla:joomla-error-reporting.png?200|}} 
 +  * Setup eMail (SMTP) (Global Configuration -> Server) 
 +{{:joomla:joomla-mail-settings.png?200|}} 
 +  * Select Correct Time Zone (Global Configuration -> Server) 
 +{{:joomla:joomla-timezone.png?200|}}
   * Set Feed eMail Address to "No Email"   * Set Feed eMail Address to "No Email"
 +{{:joomla:joomla-feed-email.png?200|}}
  
 ==== SEF ==== ==== SEF ====
   * Enable SEF -> [[joomla:sef|Joomla Enable SEF]]   * Enable SEF -> [[joomla:sef|Joomla Enable SEF]]
   * Make sure all of your alias for menus, categories, articles are small caps and use - for space, ex. product-list   * Make sure all of your alias for menus, categories, articles are small caps and use - for space, ex. product-list
-  * Install [[https://www.selfget.com/products/redj.html|ReDJ]] for making custom urls or redirects from your old site +<sortable> 
-  * Setup a custom 404 page+^ Alias Quality ^ Alias ^ 
 +| Bad | {{:joomla:joomla-bad-alias.png?500|}} | 
 +| Good | {{:joomla:joomla-good-alias-1.png?500|}} | 
 +| Better | {{:joomla:joomla-better-alias.png?500|}} | 
 +</sortable> 
 +  * Install [[https://www.selfget.com/products/redj.html|ReDJ]] for making custom urls or redirects from your old site. [[joomla:redj|ReDJ Setup]] 
 +  * Setup a [[joomla:custom404|Joomla Custom 404 Page]]
  
 ==== Caching & Sessions ==== ==== Caching & Sessions ====