godaddy

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 database with a bunch of entries with some non-sensitive customer information. The primary key on this is an AutoIncrement integer, and I have a ...

CakePHP Console on Godaddy Hosting

I have been struggling to get my CakePHP site working on a Godaddy "grid hosting" account. My cake app is setup is hosted from a subdirectory on the account, and can be accessed via a subdomain. I had to adjust my .htaccess files to get this working, and now I need to get the CakePHP console working in this environment. I have the same ...

Unable to send emails from godaddy SMTP server if email body has > 70 chars

I am facing an issue where in, i am not able to send emails if the email body has more than 70 chars! The site is hosted on godaddy. SMTP host : relay-hosting.secureserver.net SMTP port : 25 For message body < 70 chars i get a SMTP reply code of 250 as expected. But anything > 70 gives a reply code 451 which means "Requested action ab...

GoDaddy + htaccess mod_rewrite NOT WORKING!

I recently started using GoDaddy's shared hosting, but now my htaccess rewrites are not working. Here's the problem: I go to http://grantman.net/category/software, which should display http://grantman.net/category.php?c=software, but instead it's displaying a 404 Not Found page! I know my htaccess file is being read, so that's not the ...

SQL Server Management Studio: See Object Explorer Details for objects in this folder

I am working with a database hosted at GoDaddy using Microsoft SQL Server Management Studio (version 10, for SQL Server 2008). I am getting this message: See Object Explorer Details for objects in this folder probably because they have more than 2500 databases there. I can still access everything from the Object Explorer Details, but...

Web service URL rewrite on Godaddy Linux account

I have a Godaddy shared Linux hosting account. I assume that for this issue I'll need to rewrite URLs, but my Apache knowledge is quite limited, so please excuse me in advance if the question is too noob-ish :). for domain xxx.com, I call my PHP web service like this: http://service.xxx.com/catalog.php?action=getcatalog&amp;catalogid=7...

Ultra simple ASP SQL on GoDaddy free hosting.

I know it can be simple to access a mysql or sql database on godaddy.. i have done it before, but now i have lost the code. Now the code that should be working just comes up with a security exception. So how do i create a asp or aspx file on my godaddy free hosting account that will connect to a database i have already set up (mysql,sql...

Gmail and hotmail problem with Codeigniter or Godaddy?

I have setup a mail sender with the Codeigniter email library. Everything works fine until a user specifies a gmail or hotmail address as their address. eg $email = $this->input->post('[email protected]'); This is just a return address for me to reply to. The email itself is sent from a Godaddy email account. Im wondering if anyo...

BlogEngine.net hosted on Godaddy

I am hosting BlogEngine.net on Godaddy in a sub-directory configured in iis7 as an application. i.e. http://blog.domain.com The user can also navigate to the blog via http://www.domain.com/blog. This is making things a bit odd as files uploaded get referenced always through http://www.domain.com/blog/images/file.jpg as opposed to http:/...

CAKEPHP : How to connect database on Godaddy from mycomputer (localhost) ?

Please, write 1 example config connect database from localhost to godaddy. This is connect to database from files on server to server : var $default = array( 'driver' => 'mysql', 'persistent' => false, 'host' => 'mysite.db.6650008.hostedresource.com', 'login' => 'myaccount', 'password' => 'password12', 'database' => 'mysit...

Are there limits to sending e-mails through GoDaddy hosting?

My friend tells me there's limits to sending automated e-mails from GoDaddy as compared to Yahoo. Is this true? Can someone point me in the right direction? I'm trying to port a site for my friend from yahoo to godaddy hosting and need to be able to send out her music shows every week to about 400 people. Thanks! ...

How to do polling in GoDaddy

Hi, I want to do some polling to fetch data from Yahoo Financial Service for my website to update stock quotes. I want this to work through out the day ( 6 hours ). How to do that ? I am using GoDaddy as my server. If its not possible, please recommend any other option. No heavy stuff is involved. I just need to fetch that data only whic...

How To Config My custom Rewrite Url in GoDaddy

hey, i need to setup a Unique asp.net 2 application in godaddy hosting account in this appliation the global.asax catch all the requests that access to the application domains for example: www.domain.com/aaa.jpg -> go to the global.asax www.domain.com/adsads/asdsad/sdsa.pdf go to the global.asax i need to directe all incoming requests ...

Codeigniter running on IIS7 on godaddy servers

Im' trying to run CI application with or without smart url capability on godaddy's MS IIS7, now they have by default enabled URL rewrite engine which prevents CI from running properly - is there some way to turn off URL rewrite on godaddy servers or to specify not to use URL rewrite for some folder (without using web.confing because that...

godaddy iis7 url re-wright?

hello long time listener first time caller ;) I am having an issues with my godaddy site. i have a second domain pointing to asp.net application in a subdirectory, godaddy will add the subdirectory in to the url randomly so when a user navigates to a url like http://www.subdomain.com/ godaddy some times adds the directory name like http...

Slow loading a site on godaddy.com (linux host)

Hi all, I have a site with a subdomain say www.foo.com with abc.foo.com as a subdomain. When accessing the subdomain it would take ages to load. I then checked and disabled .htaccess in the root and then it seems to load quite quickly. All i have in my .htaccess is, ErrorDocument 403 /error-docs/403.shtml ErrorDocument 404 /error-docs...

Using IIS's URL-Rewrite on GoDaddy - why won't it work?

I have a Deluxe Windows Hosting account with Godaddy, and I'm trying to set up URL rewriting with Web.Config. I read that GoDaddy has the IIS URL Rewrite plugin installed, but they have no support for it whatsoever (see here: http://help.godaddy.com/article/5443) I tried a simple rewrite rule in my web.config, but nothing happened: <...

Premature end of script headers: Internal Server Error in PHP Apache webServer

Getting Internal Server Error in Godaddy Server lately. I change the timelimit and memorylimit and upload the php5.ini to the root directory in server. But still i get this error. Please help. ...

URL Rewriting Domain Root to Subfolder

I'm trying to figure out how to write an IIS URL rewrite rule that will take my domain (mysite.com) and rewrite it as (mysite.com/cms). I would also like www.mysite.com to rewrite to mysite.com/cms. I'm using a Windows shared hosting account with GoDaddy. ...

install subversion (svn) via ssh

I have a godaddy shared server with ssh enabled. Is it possible to install svn via ssh? If not has anyone found any other ways? ...