The exact value of path variables can be known from /etc/psa/psa.conf file on Parallels Plesk Panel server. Below is example of /etc/psa/psa.conf file: Plesk tree PRODUCT_ROOT_D /usr/local/psa Directory of SysV-like Plesk initscripts PRODUCT_RC_D /etc/init.d Directory for config files PRODUCT_ETC_D /usr/local/psa/etc Virtual hosts directory HTTPD_VHOSTS_D /var/www/vhosts Apache configuration files directory HTTPD_CONF_D /etc/httpd/conf Apache include files directory […]
See MoreWeb Hosting Blog - Hostripples
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 up mysql without the need for a root password. Once in, type >use mysql >UPDATE user SET password=PASSWORD(‘newpass’) WHERE user=’root’; >FLUSH PRIVILEGES; >quit That will reset the root password for you. Kill all old processes […]
See MoreWordPress .htaccess basic code!
The following permalink rewrite code should be included in your .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
See MoreTop Categories
Write For Us
Share your knowledge and expertise with our audience.
Do you have a flair for writing? We are calling out all the authors to write a guest post on our blog. If that sounds interesting to you, email us with your previous work samples at mark@hostripples.com
30 Days Money Back Guarantee
We believe in our service and our customers too. Customer satisfaction is one of our priorities.
99.99% Uptime Guarantee
Our high power dedicated servers are built to provide the excellent performance and guarantee that all the web server applications should run smoothly without any interruptions.
24/7 Technical Phone Support
We are available for 365x24x7. You can ask for any query or a doubt with our technical support team.
Earn Money Simply With Hostripples Web Hosting Affiliate!
No Sign-up Fees.
Get sign-up bonus.
Earn 5% Commission on each Sale.
Our Managed Web Hosting Services are suitable for all types of websites & businesses.
Join Now









You must be logged in to post a comment.