Redirect For 404 Error page

Sometimes when browse the website we got the error message (404 page not found)it occurs when you are trying to visit the page which has been removed or not available for some reasons. So it is better to create a 404 page for your site and redirect traffic from incorrect urls and prevent your website […]

Continue Reading…

PHP.ini in plesk

Here we describe the configuration of php.ini file and the different version of PHP used into plesk windows. PHP 4 and PHP 5 are the two versions of PHP supported by plesk server.PHP can work in two modes as CGI or as ISAPI. For PHP 4 default location of php.ini file is the Windows base […]

Continue Reading…

Plesk Admin Panel Password retrieval

In Parallels Plesk Panel 9.x for Windows password reminder is available into login screen but we can use the plesksrvclient.exe available in the %plesk_bin% folder to get a new password or to recover the old one. To set up a new password we need to run a following command: “%plesk_bin%\plesksrvclient” -set <new_password> true To retrieve the […]

Continue Reading…

Clean Your DNS Cache

DNS cache always stores the location of recently browse pages, If your DNS cache is not updated you will not be able to access the pages or most probably you are getting 404(not found) error. So this is a time to clean or restart Windows’ DNS cache, To clear DNS Cache in client, follow the […]

Continue Reading…

MySQL stored procedure and permissions

We are getting the error while creating procedure in MySQL on windows #1044 – Access denied for user ‘my_user’@’%’ to database ‘my_dataabse’ For this , web hosting have to give CREATE ROUTINE, ALTER ROUTINE, and EXECUTE rights to database and database user.in simple way you can say that  you need the SUPER privilege for this […]

Continue Reading…