1161. Domain Transfer Information - 07/25/2002Problem: Why does my domain name still point to my previous web host? Resolution: When the DNS information is changed for a domain name, there is a period of time when someone trying to access the domain name may be sent to your old...
1162. Omnis Network Name Servers - 07/25/2002Our server information is as follows: Primary DNS: ns1.omnis.com 216.239.128.2 Secondary DNS: ns2.omnis.com 216.239.128.3 If required, Omnis Network Solutions handle: Technical Contact ST3431-ORG Please keep in mind that ma...
1163. Keeping Contact Information Current - 07/25/2002In the Control Panel you can update your information at any time. We ask all our clients to make sure their information is always current. Most correspondence occurs via email. For matters regarding billing, we get in touch with the billing ...
1164. What's a catch-all email address? - 07/25/2002Catch-All email addresses will allow you to receive email sent to anything@yourdomain.com that is not already a specified address. You may create a catch-all address by creating an email address named default i.e. default@yourdomain.com. Other...
1165. UNIX Error Pages - 07/25/2002.htaccess style error pages In the root of your website (/www) you can create a file named .htaccess with lines for each error code and what page they should go to. ErrorDocument 403 /error.html ErrorDocument 404 /notfound.php In that ...
1166. ASPUpload - 07/25/2002 What is AspUpload? AspUpload is a COM+ component which enables an ASP application to capture, save and process files uploaded to the web server with a browser. The files are selected for uploading via an HTML POST form ...
1167. Using ASPEmail - 07/25/2002Here is a snippit of code to use to access the ASPEmail feature on Windows 2000 with ASP accounts. <% Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "smtp.smtp-server.com" ' Specify a valid SMTP server Mail.From = "sale...
1168. cgi-bin - 12/05/2001We allow for CGI type files (i.e. .pl, .cgi, .php) to run in any folder of the websites. The cgi-bin has no special properties and can be created just like any other folder.
1169. Directory Browsing - 11/28/2001Directory browsing is disabled for security reasons. An index file or perhaps a script would need to be in place to provide similar output.
1170. sendmail - 11/20/2001 Sendmail Location (UNIX Servers): /usr/lib/sendmail and /usr/sbin/sendmail
1171. MySQL on Win2k - 11/02/2001Question: How to use MySQL on Windows 2000 Resolution: Connection String: Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString = "Driver=MySQL;server=mysql.domain.dom;database=username;uid=username;pwd=pass...