Go Daddy is an Internet domain registrar and Web hosting company. It also sells e-business related software and services.
10
votes
9answers
15k views
Sending email through gmail SMTP on GoDaddy
Is this possible? I am able to send through localhost, but on godaddy the email doesn't get sent. Has anyone managed to achieve this?
I'm using C#
5
votes
5answers
6k views
ASP.NET MVC on GoDaddy Not Working (Not Primary Domain Deployment)
I am trying to get ASP.NET MVC working on GoDaddy and I'm not having much luck. I have read the post on SO that covers the subject, but I must have a slightly different configuration or must be ...
61
votes
9answers
11k views
Is there a way that I can run a ASP.NET MVC Project on godaddy.com shared web hosting?
Is there a way that I can run a ASP.NET MVC Project on godaddy.com shared web hosting?
6
votes
2answers
4k views
ASP.NET MVC app custom error pages not displaying in shared hosting environment
I'm having an issue with custom errors on an ASP.NET MVC app I've deployed on Go Daddy. I've created an ErrorController and added the following code to Global.asax to catch unhandled exceptions, log ...
22
votes
3answers
14k views
How to configure heroku application DNS to Godaddy Domain?
I have created a heroku application and wants to give domain to it from godaddy.com.
I have configured all three hosts provided by heroku but now I am getting error saying:
Heroku | No such app
...
30
votes
5answers
8k views
Heroku/GoDaddy: send naked domain to www [closed]
I am trying to figure out how to get the naked domain for my website to redirect to the www domain. I am using Heroku and have the domain from GoDaddy. Because of Heroku, my A records are already ...
1
vote
2answers
2k views
Can I dynamically create subdomains (PHP, .htaccess) with GoDaddy Hosting?
I am trying to use a combination of .htaccess and PHP to create subdomains on-the-fly on my GoDaddy Hosting account. I've run into a problem of trying to modify the zone using the wildcard asterisk. I ...
5
votes
5answers
4k views
Sending email using a godaddy account
I'm trying to send an email using my godaddy hosting.
I've also given away the username and password (as you can see in the code) for the testing email account so if anyone has the time, can they try ...
3
votes
5answers
2k views
ASP.Net MVC ActionLink's and Shared Hosting Aliased Domains
So, I've read this and I've got a similar issue:
I have a shared hosting account (with GoDaddy, though that's not exactly relevant, I believe) and I've got an MVC (RC1) site deployed to a sub-folder ...
4
votes
4answers
2k views
Restrict file access — only read through PHP
Ok, I am using a GoDaddy web hosting plan on a Windows platform. This was not my choice -- it has to do with a different part of the actual site using ASP.NET (also not my choice). I have a SQL ...
6
votes
1answer
1k views
Mod_rewrite with godaddy
I'm trying to get mod_rewrite to work on a client's website who insisted that we use Godaddy web hosting. She's got a shared linux hosting account. Will mod_rewrite work (using .htaccess) and if so, ...
5
votes
5answers
5k views
Recommended APIs for checking domain availability? [closed]
Does anyone have experience with the APIs of registrars like GoDaddy?
The goal is to use Javascript to check the availability of domain names. Someone asked a related question on StackOverflow, but ...
0
votes
4answers
2k views
code igniter : removing index.php from url
Finally after a lot of searches I got my site working on Godaddy... now the problem is removing the index.php from the url
My current config.php has:
'uri_protocol' = 'AUTO';
'index_page' = '';
...
0
votes
4answers
2k views
Problem with CodeIgniter and URI on GoDaddy servers
I can't seem to get CodeIgniter set up properly on GoDaddy. I tried creating a new function inside of the 'wecome' controller. But I can't access it anywhere.
http://domain.com/test (No ...
0
votes
1answer
903 views
ManagedFusion Url Rewriting not working on Godaddy 4th Generation Hosting
I recently switched from Godaddy shared hosting to Godaddy 4th generation hosting or grid hosting.
As per my other question UrlRewriter.NET with .NET 4.0 and Godaddy not working I was unable to get ...
40
votes
6answers
18k views
How do I setup SSL certs on Amazon AWS Load Balancer using Godaddy certificates? -Public key and private cert don't match [closed]
I'm trying to install a GoDaddy SSL certificate on a new load balancer I'm setting up on Amazon AWS. I originally created the certificate at Godaddy using the keytool program for direct installation ...
12
votes
3answers
20k views
Subdomain on different host [closed]
I'm trying to host a subdomain for my site with a different hosting company and I'm running into issues on how to set it up.
Here are the specifics:
- Domain is registered with GoDaddy.
- ...
8
votes
2answers
679 views
Can I use NHibernate on GoDaddy?
A comment from .Net Hosting (Flexible Medium Trust) says.
Godaddy is medium trust, which means that u can't use stuff like IL emit(Nhibernate needs this for proxying)
Is it true? Is there anyone ...
5
votes
5answers
2k views
Incredibly slow load times using CakePHP on GoDaddy hosting
I have multiple sites on the same hosting account, and they all run really fast. But now I've started my first CakePHP (2.0 stable) site hosted on this account, and it runs CRAZY-slow.
I'm talking ...
5
votes
3answers
5k views
Issue sending mail message from ASP.NET MVC application hosted on GoDaddy
I have a form on a MVC Web Application that is hosted over at GoDaddy that users can fill out and send to our office. I am currently testing it using both a Gmail account and a GoDaddy email account ...
4
votes
8answers
8k views
Cannot send email in ASP.NET through Godaddy servers
I have an ASP.NET application hosted on Godaddy that I want to send email from. When it runs, I get: Mailbox name not allowed. The server response was: sorry, relaying denied from your location. The ...
5
votes
1answer
2k views
How do I install Node Js on my dedicated server
I have a dedicated server maintained by GoDaddy. I want to run Node Js on it. Is there any documentation available on how to install Node JS on my server? I have a CentOS dedicated server.
3
votes
2answers
1k views
How do you deploy an ASP.NET MVC site using StructureMap 2.5.3 in a medium trust hosting envrionment?
I am getting a SecurityException (as seen below), even with [assembly: AllowPartiallyTrustedCallers] in my AssemblyInfo.cs.
I am deploying to GoDaddy, which is a medium trust environment, which I ...
2
votes
5answers
20k views
change default startup page Asp.net windows hosted godaddy
when I visit http://mywebsiteurl.com/ by default it will load Default.aspx, index.html, or welcome.html... I would like to know how I can make a directory point to index.ashx (or something else other ...
1
vote
5answers
2k views
UrlRewriter.NET with .NET 4.0 and Godaddy not working
I have a web project that had UrlRewriter.NET installed and working fine on .NET 3.5 locally and on Godaddy's shared hosting.
I then upgraded it to .NET 4.0 and this continued to work on my local PC ...
4
votes
2answers
2k views
smtp settings using Godaddy mail with Rails 3
How should I set up my stmp settings in my initializer file using godaddy mail?
2
votes
1answer
8k views
ServicePointManager.ServerCertificateValidationCallback question
I have a web app hosted on GoDaddys virtual hosting service and I need my app to connect to a service that requires public key authentication. I got the pfx file from the company and now I'm trying to ...
1
vote
3answers
726 views
Wordpress website is automatically redirecting after load
I asked the following question on SuperUser.com and the question was closed. Maybe it should be asked on ServerFault.com. Not sure.
But here it is on SO hoping it will get some traction.
Hello,
I ...
0
votes
1answer
82 views
Code works locally, but not when uploaded to hosting
I have this jQuery function. It's working fine on XAMP and at few service provider, but at few service providers (like godaddy.com) it's not working.
I have debugged thoroughly. I found the clashing ...
0
votes
1answer
341 views
ActionMailer - what's the right config for GoDaddy?
Whole afternoon I am struggling with setting up the ActionMailer for email address on GoDaddy. ActionMailer is working me find with my GMail account, but with GoDaddy I have still problems.
smtp ...
0
votes
1answer
1k views
php curl proxy not work with Godaddy shared hosting
here is my code:
$url ='http://checkip.org';
$proxy='202.203.132.26:3128';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_VERBOSE,1);
curl_setopt($ch, CURLOPT_PROXY, ...
-1
votes
2answers
1k views
Godaddy Java support and Confusing and Many problems
Could any body please help me ? I called godaddy several time and still no proper answer.
Problem 1) Hosting Plan :- I asked for Java linux unlimited host plan and initially they gave me Linux Web ...
7
votes
4answers
3k views
ASP.NET MVC2 on GoDaddy
I've talked to GoDaddy several times but no one there knows what they're talking about. I'm creating a simple web site for a local company who uses GoDaddy Windows Shared hosting and I'd like to ...
18
votes
6answers
30k views
System.Web.AspNetHostingPermission SecurityException when trying to use ManagedFusion Rewriter on Goddaddy
I wonder if someone could help me out with an issue I'm experiencing trying to get my site up and running on Goddaddy.
I'm trying to get extension-less url rewriting working using the ManagedFusion ...
11
votes
5answers
7k views
Setting up a git repo on my GoDaddy hosting plan
I have a project which is version-controlled using git.
What I want to be able to do is set up a repo on my (ssh-enabled) GoDaddy shared hosting package so that I can deploy with a push rather than ...
6
votes
4answers
3k views
Cache Expiration On Static Images
I have a php site using html5 run on a linux server on godaddy. I need to set a cache expiration date on static images and a css file. I also need to gzip a css file and cannot seem to find the ...
10
votes
8answers
8k views
how do i to forward domain.com to www.domain.com at godaddy for s3 hosted site?
I have:
1) signed up for an aws account
2) set up buckets for domain.com and www.domain.com
3) enabled website settings in properties for each domain
3) set bucket policies for both domains
4) ...
6
votes
1answer
4k views
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting
FYI: ELMAH is the Exception logging framework that is mentioned on Coding Horror here.
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting? I seem to get 404 errors when trying to access ...
8
votes
9answers
9k views
Go Daddy SQL Server 2005 Remote Connection
Is it possible to connect to my remote database hosted at godaddy from locally from my PC?
And if yes how?
I tried the connection string provided to me but it didn't work.
5
votes
1answer
2k views
GoDaddy Hosting - Medium Trust Workaround?
I've seen a few different questions here on SO related to shared hosting, specifically GoDaddy, with medium trust configurations. While most questions seem to be oriented around trying to include a ...
5
votes
3answers
5k views
Another Security Exception on GoDaddy after Login attempt
Host: GoDaddy Shared Hosting
Trust Level: Medium
The following happens after I submit a valid user/pass. The database has read/write permissions and when I remove the login requirement on an admin ...
1
vote
0answers
747 views
Making mod_rewrite in .htaccess work in godaddy [closed]
I recently faced an issue to mod_rewrite in the htaccess file when I migrated one of my sites to GoDaddy hosting account. After a lot of head scratching and internet search I have figured out the ...
1
vote
3answers
2k views
Using GoDaddy Domain Hosting to link to Amazon S3 Website [closed]
So I have some domains hosted at GoDaddy.com . I am trying to avoid to pay for a hosting service, except for using a static Amazon S3 page (as I don't expect much traffic at all for these sites). I ...
1
vote
1answer
5k views
WCF Web.config on GoDaddy / Medtium Trust Hosting Environment Help Please?
I have read several articles on what needs to be done to successfully host a WCF service on GoDaddy.
--UPDATE--
I've abandoned the GoDaddy hosting option, and am hosting this with FluidHosting.com. ...
1
vote
1answer
2k views
ASP.NET MVC in a subfolder (only) on godaddy
Okay, I have read many of the routing posts concerning putting asp.net mvc on godaddy. However, I have not come to a solution to my current problem. I am trying to publish an ASP.NET MVC application ...
1
vote
1answer
1k views
MySQL + Visual Studio 2008 + GoDaddy = FAIL?
I'm trying to connect my ASP.NET web application to a mysql database that is hosted by GoDaddy.
I downloaded and installed the MySQL connector and then tried to use the "Connect to Database" operation ...
6
votes
3answers
3k views
mod_rewrite with GoDaddy hosting
Ok, so I really don't know much about mod_rewrite and I'm looking over the apache docs and still not figuring this out.
Here is my htaccess (which is mostly just copy & pasted from a site I ...
5
votes
2answers
17k views
MySQL server at 'reading initial communication packet', system error: 111
I moved my site to godaddy server,but the sql connection is not working even with adequate changes which was working perfectly fine before
<?php
$link = mysql_connect('www.xxxxx.com', ...
4
votes
4answers
3k views
Installing a django site on GoDaddy
I have never deployed a Django site before. I am currently looking to set it up in my deluxe GoDaddy account. Does anyone have any documentation on how to go about installing python and django on ...
4
votes
3answers
1k views
Unable to connect from third party hosted web application to sql azure database
I'm attempting to connect a web application that is hosted on a third party web host (in this case, GoDaddy) without any success. I'm not sure if it is a connection string issue or an sql azure ...
