Where is my WordPress configuration file?

Where is my WordPress configuration file?

WordPress stores your database information in a file called wp-config.php. This configuration file is usually located in the document root directory of your domain name. For example, if you have installed WordPress on your primary domain the wp-config.php file will be located in the public_html directory of … Continued
How to add tags to a post in WordPress?

How to add tags to a post in WordPress?

Adding tags to your WordPress posts will help you organize your blog’s content. Tags will also help your visitors find their way around your site more easily. To add tags to a new post, go to your blog’s admin area … Continued
How to adjust the writing settings in WordPress?

How to adjust the writing settings in WordPress?

You can easily adjust the writing settings of your blog from the WordPress admin area -> Settings -> Writing. From there you can adjust the size of the post box, formatting, default post category, etc. If you want to see a video tutorial … Continued
I cannot install a component/plugin/module to my Joomla

I cannot install a component/plugin/module to my Joomla

Sometimes when you try to install a component/plugin/module to your Joomla, the installation may time out or you can get an error “MySQL Server has gone away“. This is a known issue when FTP in Joomla is enabled. A common … Continued
What are the server requirements for Joomla?

What are the server requirements for Joomla?

The minimal Joomla 3.x server requirements are as follows: PHP 5.3.x or above. MySQL 5.1 or above. Apache 2.0 or above. The following additional server-side configuration is recommended: PHP in suexec mod running as a CGI wrapper, especially suitable for … Continued
How to enable SSL for Joomla using .htaccess?

How to enable SSL for Joomla using .htaccess?

You can force an HTTPS connection on your Joomla! website by adding the following lines in the .htaccess file of your application. 1 2 3 4 5 6 RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L] <IfModule !mod_ssl.c> Redirect permanent / … Continued
How to configure Joomla 2.5 ACL?

How to configure Joomla 2.5 ACL?

One of the great features available in Joomla 1.6, 1.7 and 2.5 is called ACL. The abbreviation stands for Access Control List. Joomla ACL allows to show different content and provide certain functionality to chosen user groups. You can set … Continued
How to uninstall a plugin in Joomla 2.5?

How to uninstall a plugin in Joomla 2.5?

If you want to uninstall an external plugin in Joomla 2.5 you should navigate to the Joomla 2.5 admin area -> Extensions -> Extension Manager. Open the Manage tab. Select Plugin from the Select Type drop-down menu. Search for the chosen plugin in the filtered results and … Continued