GoDaddy is an Internet domain registrar and Web hosting company. It also sells e-business related software and services as well as SSL encryption for websites.
0
votes
0answers
24 views
Publishing webservice to Godaddy
I have this web service I want to publish on Godaddy. I have already a domain and a web hosting on windows. I created virtual directory in IIS and tested it by browsing to the URL of the directory. ...
-1
votes
1answer
49 views
How set up Magento on hosting only for test use? [closed]
I want to ask a noob question.
.htaccess issues on Magento in Godaddy Server
I am currently using Godaddy hosting, and I want to setup a Magento in the sub directly only for test use not relative to ...
0
votes
2answers
37 views
Disappearing data MYSQL Database
I'm using a MySQL database provided by GoDaddy and it was working correctly up until today. Whenever I go to insert data it'll overwrite other rows despite the insert being specified and not update. ...
0
votes
0answers
20 views
Url rewritting on Godaddy
I am working on a web application*(framework 3.5)*.I had done routing in this by using the following code :
http://www.4guysfromrolla.com/articles/051309-1.aspx
On local machine everything running ...
1
vote
1answer
60 views
500 server error when using a subdomain in zend framework project
I have zendframework 2 skeleton setup and working fine and as expected on a directory (domain.com/dir/public). I have added a subdomain (sub.domain.com) on a godaddy shared hosting account that points ...
0
votes
0answers
35 views
Not getting post data properly on server
Recently I had upload my project on server and I had faced some issues regarding post data.
In my all forms, I'm using jquery Ajax to insert and update data, ajax request is execute properly and all ...
0
votes
0answers
17 views
trying to write to existing file on godaddy server
I am trying to write to file called CallXml.xml on godaddy server with python
below is my code
from ftplib import FTP
ftp=FTP('domain name')
ftp.login('UN','Pass')
...
-1
votes
1answer
30 views
Godaddy's IP showing up in mail headers from my VPS [closed]
I have a CentOS VPS hosted by godaddy, and although I'm running my own Exim mailserver, the IP address of the actual server changes frequently when I send mail (as viewed in headers). These are ...
1
vote
1answer
74 views
Interop.Microsoft.Office.Interop.Word
I have developed a website that allows you to fill out a form (using jquery) and then build a word file which will be opened immediately after filling to allow printing.
I have used these libraries: ...
-1
votes
1answer
127 views
413 request entity too large - godaddy hosting [closed]
I have successfully POSTed files using AJAX to PHP running on GoDaddy hosted server for a year now. Admittedly the amount of data passed over is gradually getting larger, and it around 1.7Mb.
Now ...
-1
votes
2answers
66 views
SOCIAL_NETWORKING.Global.Application_Start(System.Object, System.EventArgs)' to access method 'System.Web.HttpRuntime.get_FileChangesMonitor()' failed
from some days I am having a peculiar problem with my site www.friendsonline.in which is hosted on Godaddy Server. Everything was normal before.. but now it's showing an ERROR that is Attempt by ...
1
vote
3answers
86 views
timthumb.php show as a text, not working
I use economy plan of godaddy host. I installed wordpress on it an run ok. But when I up timthumb.php to host it's not run. Just show timthumb.php as a text.
How can I fix it?
My site: ...
-3
votes
1answer
32 views
Wordpress blog on godaddy with Subdomain [closed]
I want to setup a wordpress blog on my website. Like blog.example.com
My domain and hosting provider is godaddy.
how to do it?
0
votes
1answer
39 views
Browser warning using custom domain through Heroku/Zerigo
I'm having trouble deploying my Rails app using a custom domain and while I've already spent a couple days looking through Stack Overflow and all the Heroku/Zerigo articles, I've exhausted my options ...
0
votes
1answer
64 views
How to run web2py on a brand new host I just purchased from goDaddy
I am having trouble launch the website after I upload my web2py folder on the host. If it is locally, I just clicked on the web2py exe file and choose local and I can deploy my local website. But how ...
1
vote
1answer
130 views
C# uploadify Access to the server denied
I'm trying to upload to my godaddy server a image but whenever i do i get a "access to the path D:\Hosting\012145454\html\uploads\sites is denied"
I have the proper write/read permissions configured ...
0
votes
0answers
119 views
Issue with GDForm.php on GoDaddy web hosting
I have gdform.php in the root folder of my site. The coding is as follows (after <? php):
$request_method = $_SERVER["REQUEST_METHOD"];
if($request_method == "GET"){
$query_vars = $_GET;
} ...
0
votes
0answers
108 views
Installing git on GoDaddy
I am trying to install git on Linux on server following instruction from this website which GoDaddy recommends.
Since I'm not an SSH expert I'm struggling to replace variables in .bashrc file
My ...
5
votes
2answers
467 views
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx
I have hosted one drupal website in godaddy. but now a days I am fighting with most weird problem "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in ...
1
vote
1answer
40 views
Uninstall WordPress (GoDaddy)
I have scanned stackoverflow and Google thoroughly, but I apologize if this has been answered elsewhere.
Basically, I'm not all that smart when it comes to modern-day websites, especially with ...
0
votes
2answers
58 views
What is wrong with my connection string?
I am trying to connect to my GoDaddy-hosted database.
They gave me this as an example:
Data Source=KezBlu.db.10971085.hostedresource.com; Initial Catalog=KezBlu; User ID=KezBlu; Password='your ...
0
votes
3answers
64 views
jquery s3slider working locally but not only
I am using the jquery s3slider, here is the link: http://www.serie3.info/s3slider/
it is working perfectly locally however when uploaded to my godaddy hosting it is not working, below is the link to ...
0
votes
1answer
107 views
Trying to get remote database server working with mysqli locally
I have created myself a new database through Godaddy, and I'm tyring to connect my PHP to it thru mysqli. It can't connect to the database. Since the database has just been created, maybe it's still ...
2
votes
4answers
287 views
php requests not send complete data always
I'm facing a problem that sometimes I'm not receiving complete data from php server for an AJAX request (Linux Shared hosting on godaddy). See attached image, it is showing 0B(14.3KB) (and it shows ...
0
votes
1answer
196 views
500 Internal Server Error on PHP Files - GoDaddy
I have a website in GoDaddy. - named 'skyslit.com'
It was working fine. But from last 1 week it takes above 30 seconds to load and finally an error message like 500 Internal Server Error is shown.
...
0
votes
2answers
913 views
How to access the php.ini file in godaddy shared hosting linux
I have a web, and running well on my localhost.
After I Upload on my godaddy hosting, My web got a bug. the conclusions is, I MUST change the memory_limit on the php.ini file, BUT cant find php.ini ...
0
votes
1answer
32 views
How to get my apps domain name to display in the browser when I visit it?
I've got an app hosted on heroku and a domain name from godaddy. I can simply forward the address from godaddy but then the heroku address displays in the browsers navbar. I've added the domain name ...
0
votes
1answer
66 views
Whats the difference in go daddy fowarding vs cname pointing?
Whats the difference in go daddy between fowarding my subdomain to my heroku app url vs pointing a www cname to the heroku app url?
Which one should I use?
0
votes
2answers
59 views
MySQL Connection Issues
Not Connecting as expected
For some reason I cannot get my script to work as I need it to here is my mysql_connect that I have put into my PHP site. I cannot seem to get my PHP script to connect to ...
0
votes
3answers
322 views
Laravel installation in godaddy hosting, how to prevent accessing /public using .htaccess
I deploy a laravel application into godaddy hosting. I use Solution 2 from http://forums.laravel.io/viewtopic.php?id=1258
Now I have a working laravel application that accessible either using ...
0
votes
0answers
31 views
Godaddy : $_FILES['tmp_name'] error
Seems the temporary location on my file server on godaddy is missing, I've searched the web and found no article that c'd help. Is there a way I can change the .htaccess file so it redirects to a ...
2
votes
0answers
48 views
Develop website remotely using visual studio
I use Visual Studio 2010 Ultimate. I have created ASP.NET-Website project. I want to develop my site remotely, since I don't want to encounter surprising problems when I put my local-developed site to ...
0
votes
2answers
154 views
How to configure Rails with Puma to use SSL?
I am using:
Rails 3.2.13
Puma 1.6.3
Devise 2.2.3
So, I tried googling and looking for an answer, online, however I only found how to start puma using SSL: puma -b ...
0
votes
1answer
48 views
Why are the hidden links throughout my page still appearing in the noscript tags?
Thank you for reading.
I have been working on a simple web site (one page at the moment) to display some basic information. This site also contains several links that refer the user to downloadable ...
0
votes
1answer
94 views
Cronjob executes multiple times - Godaddy
Everything was working ok but some days ago my newsletter started sending 3 times the same email to all of my subscribers at the same time!
This is my script:
/usr/bin/wget ...
0
votes
0answers
56 views
Installing Request Tracker on 3rd party hosting account [closed]
I'm wondering if it's possible to install Request Tracker on GoDaddy's servers.
For example, could I extract the tarball into a directory to which a subdomain points and configure it from there.
If ...
0
votes
1answer
110 views
i cant upload ajaxcontroltoolkit.dll to my asp.net 4.0 site in godaddy
i cant upload ajaxcontroltoolkit.dll to my asp.net 4.0 site in godaddy iam not getting any error but the upload is not successful
iam using asp.net 4.0 shared hosting in godaddy
0
votes
1answer
89 views
cURL and VPN issues
I have a question that I need some quick help on.
I'm thinking of buying a domain for a personal portfolio and to make my work life easier. I've been experimenting with cURL and would love to do ...
1
vote
0answers
66 views
How can i use the Module “Image” on Godaddy's Python to resize a jpg?
im using the python on godaddy, but it seems that i dont have a Image module:
here is the code of my test.py page on my deluxe godaddy linux hosting account
#!/usr/bin/env python2.7
# -*- coding: ...
0
votes
0answers
41 views
Google Apps Forces SSL on my domain
My domain www.uvotam.com hosted at godaddy.com and connected to my google apps account so I can use it with my appengine account, uvotam.appspot.com. automatically redirects to a secure connection but ...
1
vote
1answer
79 views
500 error navigating to Zend application using domain name
I have a Zend application hosted on godaddy with a domain name pointed to the subfolder holding the application which results in a 500 server error when using the domain name. I am using a Linux host ...
1
vote
0answers
74 views
Unexpected EOFError with ActionMailer
I am using Rails 3.2 with ActionMailer to send email notification.
I have bought email at GoDaddy.
I am also testing with a Gmail account.
In my development.rb I typically configure email this way ...
-2
votes
2answers
86 views
Running a Zend Application in Godaddy [closed]
I have a Zend Framework application successfully uploaded on a GoDaddy (Deluxe) Linux server via FTP. When I go to my domain all I see is GoDaddy's default landing page, and not the index file from my ...
1
vote
0answers
45 views
Async download Godaddy SSL Seal with Javascript
How can I take this markup and turn it into javascript that would download it asyncronously and attach it to the siteseal div.
<span id="siteseal">
<script type="text/javascript" ...
0
votes
0answers
25 views
Login failed for user AMS1
I google and try to find solutin for my problem with acces mssql database on godaddy but no success.
I created database and upload my asp.net project (4.0) It started nice but when i need to open ...
0
votes
2answers
78 views
cannot visit cakephp controller's action on godaddy
I have configured cakephp to not use mod_rewrite: removed three .htaccess files and uncomment following line
Configure::write('App.baseUrl', env('SCRIPT_NAME'));
So if I have a Clients Controller, ...
0
votes
0answers
151 views
Can't seem to define outbound rules for URL Rewrite in GoDaddy managed IIS7 server (Classic ASP)
I've been trying for the past couple of hours to define a few outbound rules using URL Rewrite rules on a GoDaddy managed IIS 7.0 server hosting a Classic ASP website.
At first I tried this but for ...
0
votes
0answers
73 views
Cache issue with GoDaddy hosted site
I am currently working on a site hosted by GoDaddy running .NET.
When I change the files they seem to be cached to the extend where it almost feels like im actually looking at an older copy of the ...
0
votes
1answer
173 views
Installing DotNetNuke on Godaddy
I am trying to install DotNetNuke on my godaddy windows hosting account. I installed the Godaddy DotNetNuke application which created a subdirectory and database for dnn. Then due to uploading wrong ...
0
votes
1answer
19 views
private member page to put data
So, I made a simple site with joomla and I have allowed users to register an account on the site. Now, I want to make each user his own “hidden profile page” which would store data.
I'm using godaddy ...





