linux hosting

Details regarding Plesk File Structure!

The exact value of path variables can be known from /etc/psa/psa.conf file on Parallels Plesk Panel server. Below is example…

11 years ago

How to reset the mysql root password from mysql safe?

Steps to reset mysql root password from mysql safe: # service mysqld stop # mysqld_safe –skip-grant-tables & That should start…

11 years ago

WordPress .htaccess basic code!

The following permalink rewrite code should be included in your .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase…

11 years ago