Simply Program

Simply programming - It’s a life style

Archive for February, 2009...

Filed under Programming

Its quite simple actually - you create your favicon.ico file (which is normally 16x16) in an graphic editor you choose.

Next upload it to your website. Once uploaded add the below code to the header of your website:

HTML:
  1. <link rel="SHORTCUT ICON" xhref="favicon.ico">

And your done!

Comments (0) Posted by sp on Thursday, February 26th, 2009

Filed under Programming

How to preview a site in plesk, well its very simply once you know how.

https://YOUR_IP_ADDRESS_HERE:8443/sitepreview/http/SITE_YOU_WANT_TO_VIEW/

Newer versions of plesk have this feature enabled on your sites control panel, you will see an icon called "Site Preview". However; this is not on older versions. So for example you want to view a site called helloworld.com.

You would do:
https://YOUR_IP_ADDRESS_HERE:8443/sitepreview/http/helloworld.com/

Hope this helps someone lol

Comments (0) Posted by sp on Thursday, February 26th, 2009