Articles

.NET RSA keypair import / export Use the following commands to import and export a RSA keypair (i.e. for password encryption)... Create T-SQL dump of MS SQL data Open Management Studio and connect via your SQL server host name, the database username and... Enable custom error pages on IIS 7 (Windows 2008) and newer Custom error pages can be implemented in IIS 7 (Windows 2008) and newer by placing a web.config... How do I redirect my site using a .htaccess file? Note: Applies to Linux hosting accounts only. Create an empty text file using a text editor such... Manually reset a Wordpress password Via your account's control panel, login to the phpMyAdmin interface for your Wordpress database.... My website is reporting that it is an attack site. Your site has may have been infected with a JavaScript / Iframe re-director script.  This is... MySQL Connector/NET v6.7 Starting with connector v6.7, the MySQL team added a new requirement that projects include in... ODBC Connection String for MySQL In an environment where the IIS worker process runs as 32-bit, use one of the following:... Redirect non-SSL to SSL in Linux (Apache) To redirect non-SSL (HTTP) traffic to SSL (HTTPS) using an .htaccess file in an Apache web... Redirect non-SSL to SSL in Windows (IIS) The following code sample will 301-redirect http://www.domainname.com to... Redirect non-www to www in Linux (Apache) Create a file .htaccess in the document root of your site with the following code.  If this file... Redirect non-www to www in Windows The following code sample will 301-redirect http://domainname.com to http://www.domainname.com... Remotely view error messages on IIS 7 (Windows 2008) and newer When a website page encounters a coding error on a IIS 7 (Windows 2008) or newer hosting server,... Sample CDOSYS mailing script The following code sample should work on any Windows shared hosting server: <% Dim... Using Access database on a 64-bit hosting environment When connecting to an Access database on an IIS server where the site's worker process runs as... Why will my errors not display in Internet Explorer? You need to turn off  "Show friendly HTTP error messages" To do this follow these steps. Open...
« Back