Joomla – Server Gigabit Guide https://www.servergigabit.com/guide VPS Hosting | Dedicated Server Tue, 14 Mar 2023 09:19:29 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 https://www.servergigabit.com/guide/wp-content/uploads/2020/07/cropped-GIGABIT_logo-1-32x32.png Joomla – Server Gigabit Guide https://www.servergigabit.com/guide 32 32 How to check Joomla version ? https://www.servergigabit.com/guide/kb/how-to-check-joomla-version Thu, 04 Jun 2020 06:02:21 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=730 Generally, the ways to check the Joomla! versions would be the same for any version of it. Below would be the example for Joomla 3.x and 2.5.x Joomla! 2.5.x From Joomla application administrative dashboard: Log in the backend of your website. Go to Site → System Information: this screen contains all system information you may need, the Joomla! version currently running, and…

The post How to check Joomla version ? appeared first on Server Gigabit Guide.

]]>
Generally, the ways to check the Joomla! versions would be the same for any version of it. Below would be the example for Joomla 3.x and 2.5.x

Joomla! 2.5.x

From Joomla application administrative dashboard:

  • Log in the backend of your website.
  • Go to Site → System Information: this screen contains all system information you may need, the Joomla! version currently running, and also PHP, database versions and so on.
Screenshots:
joomla administrator
Joomla 3.x
 

From Joomla application administrative dashboard:

  • Log in the backend of your website,
  • Go to Site → System Information: this screen contains all system information you may need, the Joomla! version currently running, and also PHP, database versions and so on.
Screenshots:
joomla information system

The post How to check Joomla version ? appeared first on Server Gigabit Guide.

]]>
How to configure email setting for Joomla! https://www.servergigabit.com/guide/kb/how-to-configure-email-setting-for-joomla Thu, 04 Jun 2020 06:00:03 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=731  1. ‘Administrator” back end access 2. Once you have login at the main dashboard page at your left panel you will see “CONFIGURATION” click on “Global“. 3. Once you are inside the “Global Configuration” page click on the “Server” Tab. At the bottom right corner you will see “Mail Setting” section. 4. At the “Mail Settings” section click on the…

The post How to configure email setting for Joomla! appeared first on Server Gigabit Guide.

]]>
 1. ‘Administrator” back end access

login joomla

2. Once you have login at the main dashboard page at your left panel you will see “CONFIGURATION” click on “Global“.

click on global

3. Once you are inside the “Global Configuration” page click on the “Server” Tab. At the bottom right corner you will see “Mail Setting” section.

mail settings

4. At the “Mail Settings” section click on the “Mailer” drop down and select “SMTP“.

smpt

5. Once you’ve click on the drop down you will see more settings appear and as our server required “SMTP Authentication” Please click “YesSMTP Authentication

6. You will see more option appear on the “Mail Settings” section as per below:-

mail settings

7. Enter all the information listed below and click “Sent Test Mail” than once successful click “Save

a. “From Email”

b. “From Name”

c. “SMTP Hosts”

d. “SMTP Username”

e. “SMTP Password”

The post How to configure email setting for Joomla! appeared first on Server Gigabit Guide.

]]>
Joomla Force HTTPS (secure browsing using SSL) https://www.servergigabit.com/guide/kb/joomla-force-https-secure-browsing-using-ssl Thu, 04 Jun 2020 05:53:40 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=732 Joomla Force HTTPS(secure browsing using SSL)   Enable Force SSL in your Joomla site   Note: we used Joomla 3 in this tutorial, for Joomla 2.5, it’s the same. Step 1: configure your configuration.php file Open your configuration.php file Find the following line: var $live_site =”; Replace with: var $live_site = ‘https://www.your-domain.com’; Next, open .htaccess file then add the following code to the bottom of…

The post Joomla Force HTTPS (secure browsing using SSL) appeared first on Server Gigabit Guide.

]]>

Joomla Force HTTPS(secure browsing using SSL)

 

Enable Force SSL in your Joomla site

 

Note: we used Joomla 3 in this tutorial, for Joomla 2.5, it’s the same.

Step 1: configure your configuration.php file

Open your configuration.php file

Find the following line:

var $live_site =”;

Replace with:

var $live_site = ‘https://www.your-domain.com’;

Next, open .htaccess file then add the following code to the bottom of the file.

  1. RewriteEngine On
  2. RewriteCond %{HTTPS} OFF
  3. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Step 2: enable Force SSL in your Joomla site

In the Admin Panel, navigate through System >> Global Configuration or simply click the Global Configuration button.

Access Global Configuration in the back-end setting

Within the Server tab, in the Server Settings section, there are 3 Force SSL alternatives that you can select, namely:

  • None: SSL will not be enabled in your Joomla site.
  • Administrator Only: connections to your administrator will be on HTTPS.
  • Entire Site: connections all over your website will be on HTTPS.

Configure Joomla Force SSL

Hit the Apply/Save button. You are done now! So let’s check your site now.

Joomla Force SSL is enabled

The post Joomla Force HTTPS (secure browsing using SSL) appeared first on Server Gigabit Guide.

]]>