Website Management
This page offers essential resources for website management, including .htaccess tips, FTP setup, cache clearing, security enhancements, and tools for improving website functionality and performance.
Clear Cookies, Site Data, Cache for specific website in Chrome, Firefox
At times, you may feel the need to delete or clear the Cookies & Site Data for a specific website only – and not the entire Browsing…
Enabling php.ini on your shared hosting account
Create a new file called .htaccess in the root of your shared hosting /home/accountname/public_html/.htaccess Add the following lines to the top of the file: <IfModule…
Creating secure passwords
While we take security very seriously and do everything in our power to prevent unauthorized access to our customer's accounts. Preventing intrusion is an ongoing…
Internet Explorer: IE8, IE9, IE10, and IE11 Compatibility mode
This mode tells your browser to treat web sites as if it was using IE7 or another version of IE. In some cases your browser…
[Joomla] How to administer Joomla from the command line
About Joomla's CLI applications Unfortunately, Joomla does not have a complete CLI administration solution like WP-CLI for WordPress or Drush for Drupal. However, Joomla does include some application…
Search and replace data using phpMyAdmin
Use the following command to search and replace specific data in a specific column in a table. update my_specific_table set my_specific_table_column = replace(my_specific_table_column, 'XXXXX' , 'AAAAA') Explanation It is…
How to fix a corrupt Joomla session table jos_session
What is Joomla session table and why do we need it? As the name implies, jos_session table stores temporary data of Joomla users and it…
Enabling php.ini on your shared hosting account
Create a new file called .htaccess in the root of your shared hosting /home/accountname/public_html/.htaccess Add the following lines to the top of the file <IfModule…
SMTP Settings for your website
If you subscribe to our SMTP service for your website, follow this guide to add your SMTP details. Joomla Website Edit the configuration settings Navigate…