Friday 28 December 2012

How to redirect the website in iis ?


1. RDP into your server
2. Open IIS Manager
3. Click + next to ZIHOST(....)
4. Click + next to Sites
5. Click sveluco.com
6. Double click "HTTP Redirect" (to the right)
7. Changed "Redirect request to this destination" from domain.in to http://domain.com/
8. Click Apply (on the top right)
9. Close IIS

Thursday 22 November 2012

How To resync the DNs in Plesk control panel ?


To resync the DNs you can log in to your Plesk control panel
Go to websites & Domains Tab.
Select DNS settings
Add a test A record or CNAME and make sure that you click the update DNS server button.
You can then remove the test record and select Update again.

This will resync the Plesk DNS settings with the DNS server and rewrite the zone file.


resync the DNs in Plesk control panel  in command prompt ?

You would change to the \Plesk\admin\bin directory and run

dnsmng update domain.com

Saturday 17 November 2012

TO Activate PHP Scripts

You would need to open the control panel for the site and then click on the "Website and Domains" tab at the top. 

Look towards the bottom of the page and you will see the domain name listed. 

Click on the domain name and these will bring up the hosting options for the site. 

You may select the scripting languages to be supported to PHP.

Wednesday 8 August 2012

Did Malware attack your website ?

Kindly do a security scan of your site and did not see any issues at this time, however check your  domain is currently on Google's blacklist, you can request that the warning be removed by visiting http://support.google.com/webmasters/bin/answer.py?hl=en&answer=168328 and request a review. Once they see that your site is no longer harmful to users, they will remove the warning.

In the mean time, I would recommend that you change your FTP logins for the domain in question and do a anti-malware scan on your local machine used to service that site.

Unable to view your website ?

This was done using two Plesk command lines that are executed at the command prompt. Here they are 
"%plesk_bin%\websrvmng.exe" --update-anon-password --domain-name=domain name.com
"%plesk_bin%\reconfigurator.exe" "/check-permissions=domain name.com"

Just paste this, line by line in the command prompt and press enter. The First command reset the anonymous IIS user password and the second command check for broken IIS permissions and fixes them.You just have to plug in the affected domain name. In this case it was domain name.com

Wednesday 15 February 2012

FTP Server "Failed to retrieve directory listing"

1. Open the Control Panel and activate the Windows Firewall control.
2. Click on the Exceptions tab, then click on the "Add Program" button.
3. Browse to "C:\WINDOWS\SYSTEM32\INETSRV\inetinfo.exe" and double click on this file to select it.
4. You may want to use the "Change Scope..." button to narrow the range of IP addresses that can contact the FTP server.
5. Click on the "OK" button to close the Add a Program dialog.
6. Click on the "OK" button to close the Windows Firewall control.
7. You may need to reboot for the changes to take effect since "inetinfo.exe" runs as a service. I just restarted IIS.