Search results

  1. K

    Ways to upload files and folder in Plesk

    There are two ways to upload files; first method is to upload files using FTP which is common for all other control panels too. Second, method is to upload with Plesk. If you are new to Plesk then this will help you. First method: Upload files with FTP account using below steps: Create FTP...
  2. K

    Steps to set SSL redirection in Plesk

    You have to follow below steps in Plesk: Login to Plesk. Click on”Websites & Domains” which is available on left side panel. Here click on “Hosting Settings”, where under “Security” section you will find “SSL/TLS support and Permanent SEO-safe 301 redirect from HTTP to HTTPS checkboxes”. Select...
  3. K

    Hotlink Protection in Plesk

    Hotlink protection helps you to prevent direct link of your website’s file to another website. If hotlink protection is not enabled then it can increase the load of your website, so its better to enable it. Let’s see how to enable it. Login to Plesk. Here select “Websites & Domains” and click...
  4. K

    Steps to reset Plesk admin password with SSH Linux server

    Here are the steps to reset Plesk password with SSH server and for that you have to follow below steps: Login to SSH. After that you have to run below command. # plesk bin admin --set-admin-password -passwd 'NEW PASSWORD' Now check that you new password is working or not. NOTE: This tutorial...
  5. K

    Steps to generate CSR in Plesk

    You have to follow below steps to generate CSR in Plesk: Login to plesk panel. In Websites & Domains you have to click on “SSL/TLS certificate”. Here click on “Add SSL/TLS certificate”. You have to fill all the details like Certificate name, Bits, Country, State or Province, City, Organisation...
  6. K

    How can we configure Dropbox backup in Plesk?

    You can follow below steps to configure dropbox backup in Plesk: Login to Plesk. On the left panel you will find option “Extension”, click on it. Search “Dropbox Backup” from search bar and then click on Dropbox backup. Click on “Remote storage settings”. Select Dropbox backup and sign in into...
  7. K

    Steps to change PHP version in Plesk

    You can read further to change PHP version in Plesk: Login to Plesk. Now click on “Websites & Domains” option in Plesk. To change PHP version you have to click on “PHP Settings”. From PHP Support drop down menu you have to choose required PHP version. Click on “Apply” button to apply changes.
  8. K

    Steps to add new user in Plesk

    You can create additional user in Plesk and also can set its role according to your rules. Let’s see steps how to do that: Login to Plesk. Here in left side you have to click on “User” and then click on “Create user account”. You can also set the roles of your user and there are four different...
  9. K

    Error: “Could not save password reset key to database” in wordpress

    You will get this error when you try to reset the password of your wordpress admin panel. this error occur due to low disk space. Let see how to resolve this error: Login to cpanel account. Click on “File Manager”, here you will find “wp-content” folder. Here remove unwanted content from...
  10. K

    Steps to enable Pingback and Traceback in Wordpress

    Both these methods are notifying blogs regarding the linking. Tracebacks can be created manually; on the other hand Pingbacks are automated. Let’s see how to enable the: Login to Wordpress admin panel. Here click on “Setting” and then “Discussions”, Click on “Allow link notification” from...
  11. K

    Error: No matching DirectoryIndex in Apache

    By default Apache looks for index.html file not an index.html file, when it will not get it then you will get below error: AH01276: Cannot serve directory /usr/share/phpMyAdmin/: No matching DirectoryIndex (index.html) found. In apache configuration file you will find below line, <IfModule...
  12. K

    Steps to start and stop Mysql server

    You can find the start/stop scripts in the /etc/init.d location in your server. You can run below command to start your Mysql: /etc/init.d/mysql start Similarly, you can run below command to stop mysql server: /etc/init.d/mysql stop In cpanel server your restart script location is...
  13. K

    Steps to create iframe in joomla

    Let’s see how to use iframe in Joomla Login to Joomla admin panel. Here click on “Extensions >> Plugins”. In filter section you have to “Select Type“and then click on “Editors”. Now click on the “Editor-TinyMCE”. Here you can find the section “Prohibit Elements” and remove “iframe”. Click on...
  14. K

    How to create new contacts in Joomla?

    Let’s see how to create new contacts in Joomla: Login to Joomla admin panel. Here click on “Components >> Contacts >> Contacts. You will find “New” tab and you have to click on it. Enter the details and click on “Save” button. To edit the details, select the particular contact and click on...
  15. K

    Setup FTP settings in Joomla

    Let’s see how to set FTP settings in joomla: Login to joomla admin panel. Click on “System” and then click on “Global Configuration”. Here you can update the global configuration settings, you have to select “Server” tab from all 4 tabs. You will find FTP settings and then click on “Yes” button...
  16. K

    Steps to enable debug mode in Joomla

    If you are facing issue in Joomla then it’s not possible to check source code of Joomla. To solve this issue Joomla has Debug mode, this will help you to check the problem, but if you are a technical person then it’s better to understand the Debug mode. Let’s see how to enable debug mode...
  17. K

    Change site Meta keyword in Joomla

    Let’s see how to change site meta keyword in Joomla: Login to Joomla admin panel. Here click on “System” >> “Global Configuration”. Make sure you have selected the “Site” tab. You will see “Meta data settings” and here you have to enter the “site meta keyword”. After entering the keyword you...
  18. K

    Steps to create web users in Plesk

    With web users you can host your web pages without domain name. You can access your web pages with this link: your_domain.com/~username. Login to Plesk. Click on “Websites & Domains” on left side of page. Here you will find icon “Web users”, click on it. Now click on “Add web user”. You have to...
  19. K

    How to set file sharing in Plesk?

    Login to Plesk. Under “Sever Management” click on “Tools & Settings” on the left panel in your Plesk. Here select the “File Sharing” option in “General settings”. After clicking on it you will see the “File Sharing Settings” fields. You will find”Web Folder Root URL” option under “General”...
  20. K

    Steps to change Joomla database settings

    You can build website in Joomla in which PHP programming language and Mysql database is used. In mysql database all the data will be saved, if you want to change database settings then you can follow below steps: Login to Joomla admin panel. Navigate to “System >> Global Configuration” option...
Top