The post How to check Joomla version ? appeared first on Server Gigabit Guide.
]]>Joomla! 2.5.x
From Joomla application administrative dashboard:
From Joomla application administrative dashboard:
The post How to check Joomla version ? appeared first on Server Gigabit Guide.
]]>The post How to configure email setting for Joomla! appeared first on Server Gigabit Guide.
]]>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 “Mailer” drop down and select “SMTP“.
5. Once you’ve click on the drop down you will see more settings appear and as our server required “SMTP Authentication” Please click “Yes”
6. You will see more option appear on the “Mail Settings” section as per below:-
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.
]]>The post Joomla Force HTTPS (secure browsing using SSL) appeared first on Server Gigabit Guide.
]]>
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.
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:
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.
]]>