Creating your site How you create your site depends on what you want to do with it. You may want a simple site, a complex one, or a mix. Scripts You would use scripts (php, asp, perl, etc), when you want to publish content that can be changed via a…
Using SMTP authentication for your scripts, like you would with a mail client, is important for proper mail delivery as anti-spam filters will score mail sent via a script differently then via a mail server that you have to login in to. As such,…
The following are http status and error codes that are returned for each file access via a web browser. The highlighted entries are the most common. Successful Client Requests 200 OK -- request was delivered to visitor 201 Created 202 Accepted 203…
An SSL certificate encrypts data that is sent between the server and you, your computer, your visitors computers, etc. It prevents anyone sniffing/snooping/capturing/etc the data that travels on the network. It is used when you need to protect…
A script you want to use requires a different setting then we have set? No problem, you can change the setting via .htaccess -- php.ini would be used in a different setup and you can take the same directives that you would need to change and apply…
Creating a .htaccess is easier then it sounds. You can create an .htaccess file in any text editor. When saving on Windows, make sure to use "All file types" options. On Macs, creating a .htaccess file will result in the file disappearing on OS X.…
Most mail servers limit the message size -- the size of the entire message including all attachments, the body of the message, any formatting, etc. The following are ones for major email providers and some ISPs.Date of list: 12/3/2014 -- values may…
Frontpage extensions are not supported on our servers due to bugs in the extensions (some security related) and the fact that Microsoft has stopped developing and supporting these extensions. In order to publish you would use the FTP publish of…
To select a version of PHP within the Plesk control panel, please do the following: Login in to Plesk Go to PHP Settings under the domain's settings area Select the version you want in the "PHP Version" popup menu Submit the changes and wait about…
Aliasing a domain to a primary domain is a great way to simplify domain hosting as only one main site has to be updated. However, when aliasing a domain you need to consider SEO (Search Engine Optimization) because if a search engine sees the same…