Jon,
We have a reseller hosting calculator that should help answer any of these questions, including the Linux options.
Type: Posts; User: Brian
Jon,
We have a reseller hosting calculator that should help answer any of these questions, including the Linux options.
Our current version is 3.3.1 for WordPress. We will keep the version updated in the control panel. There may be a short lag time after the initial release of an update.
You would not want to use sitemaker to edit an existing page. Sitemaker is for creating a new site.
To edit an existing page, you can do one of two options:
a) download the file with an FTP...
We have added the ability to have the affiliate link go to the CF10 page. Just set the plat=CF10 instead of plat=CF.
We will update the affiliates info in the control panel and the images after...
UPDATE: May 15, 2012 - The Beta period has ended and ColdFusion 10 is now launched. Hostek.com is pleased to now offer ColdFusion 10 hosting.
Hostek.com is pleased to announce the launch of our...
Just to add to what Chad mentioned...
Yes we DO support Flash Remoting. The gateway would be: http://YOUR_DOMAIN.COM/flashservices/gateway/
The sites on our servers should have that enabled...
We currently only support the shared SSL on the main domain. We have this item on a consideration list for our control panel for future consideration.
When you run into this error in your ASP page:
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
Not every time, but in most cases that I have...
We get asked this from time to time... but no, we do not allow the use of 'system' or 'exec' commands.
On a Linux VPS Hosting you would be able to use these commands.
As some of you know, we had a slowness issue affecting a few servers recently.
We have found the real problem related to the slowness. We made some changes last night (late night Nov 30, 2011)...
I replied with details to your earlier ticket.
The reason this is happening is you are including the Seal for the shared SSL on your domain.com page. The SSL Cert and Seal (for the shared SSL)...
Utilizing the Ecommerce Templates shopping cart, if your Google payment integration doesn't seem to be working, login to your WCP and go to WebSite Settings > IIS Settings > Authentication and make...
Here is an example of using ColdFusion to upload a .csv file and only accepting .csv files.
NOTE: You can accept other specific files by changing the "accept" values. For safety and security...
We need to get you moved over to our new WCP control panel that has this and other additional features. Please submit a ticket with your domain name and request to be moved to the WCP control panel...
Yes, you can set the site to use Full Trust by logging into the control panel. Then choose the ASP.NET option and enable Full Trust.
I would strongly suggest not using MS Access for an online application. The performance will suffer greatly. I would suggest using MySQL or MS SQL for the application. We can convert the database...
Miguel,
Some of the sites will use the same instance and some will not. We spread the sites across multiple servers with each server having its own instance. It's possible for a new site to be...
UPDATE April 21, 2011
ActiveState, the developers of ActivePython have changed their licensing structure for ActivePython so we are no long supporting ActivePython.
If you need Python support,...
The SEO URL rewrite rules from the Joomla installation can prevent access to the Frontpage Extensions, so if you have installed Joomla and you are also trying to connect with Frontpage, see below.
...
UPDATE:
The Mura team has made a change to fix this issue and any build AFTER today (March 30, 2011) will have this fix in it.
We have listened to your emails and suggestions and are pleased to announce that we now are offering ColdFusion 9 hosting on the Linux Platform.
An SPF Record (simply an entry into the DNS records) is used by mail servers to know if mail coming from an address at your domain is really allowed to be sent from the sending mail server.
If you...
The Name Servers (often referred to as DNS or NameServers) are based on the hosting platform.
For Windows, ASP.NET, ColdFusion on Windows and Railo on Windows:
NS1.HOSTEK.COM
NS2.HOSTEK.COM
...
Hostek.com is pleased to announce that we are now offering shared Railo hosting plans. We are launching the Railo hosting plans free of charge during a beta period through April 30, 2011.
Why is...
Recently a customer needed to use an external mail server to send email from a web page, using Authentication on the mail server. Here is some code that worked for that:
<%
Set cdoConfig...