-1
votes
0answers
19 views

I need to host lithium project in godaddy hosting [closed]

I have developed an application in lithium PHP framework and I have a hosting provided by godaddy.com with apache server on linux platform. I need to host my app now.. I think i have to change ...
-1
votes
1answer
54 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 ...
0
votes
1answer
44 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 ...
2
votes
4answers
272 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
0answers
210 views

GoDaddy VPS “mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper”

I yesterday upgraded from shared hosting to VPS on GoDaddy, only have wordpress installed. my site is not very data-intensive, however is taking a long time to load, and yesterday showed a 503 error. ...
0
votes
0answers
26 views

Linux Server not accepting large Get parameters

I am trying to integrate a payment gateway into my website. The code works just fine on my local server. On the staging server however there is a problem. Once the transaction is completed by the ...
0
votes
1answer
593 views

Installing an ssl certificate with godaddy [closed]

So according to: http://support.godaddy.com/help/article/5238/installing-an-ssl-certificate-in-apache There is the following line to edit in ssl.cof for Apache 2.x: SSLCertificateChainFile ...
-2
votes
1answer
69 views

SSL not trusted in Internet Explorer 9 [closed]

I have recently installed a SSL on a LAMP stack and the cert does not seem to be trusted in IE. Here's what I have in the apache2 config file for creating the virtual host for the ssl: ...
1
vote
1answer
119 views

Codeigniter 2.1, htaccess - RewriteEngine

I have uploaded web site on GoDaddy (afficad.org), and at the moment I am having bit of the problem. It seems that RewriteEngine is not working properly (we tried on different host, and it is working ...
2
votes
0answers
75 views

path to execute php file [duplicate]

Possible Duplicate: What exactly is PATH_INFO in PHP? I am using paths to php files such that the path: /app.php/myAppSection is a path to app.php and myAppSection is a value that is ...
0
votes
1answer
140 views

Remove folder and extension with htaccess (GoDaddy)

I have this URL: http://www.mysite.com/folder1/folder2/page.php and I want it to look like this: http://www.mysite.com/shop/page. I tried this code block: Options +FollowSymLinks -MultiViews ...
0
votes
3answers
308 views

Apache - Changing port for Godaddy's Simple Control Panel

On Godaddy's Simple Control Panel for their dedicated servers, the URL defaults to https://123.456.78.5555:9999. I would like to change the location to https://123.456.78.5555/simplecontrolpanel/. ...
0
votes
3answers
393 views

htaccess ignoring specific ReWrite Rules rules on GoDaddy server

I have a fairly basic website using mo_rewrite for basic navigation and admin navigation. On my localhost and on my HostGator webserver everything works as it should. However on my clients ...
0
votes
2answers
522 views

godaddy mod_rewrite not working on subfolder

I'm having issues with my GoDaddy linux hosting. I'm using apache's mod_rewrite to rewrite this: manage/index.php?page=main to this: manage/main using this in the root .htaccess: rewriteengine on ...
0
votes
0answers
286 views

GoDaddy Apache Shared Hosting Using PHP Script to upload files

I am trying to setup a HTML form backed with PHP script to allow the users to upload their files onto the server. <?php $path1 = "upload/" . $HTTP_POST_FILES['ufile']['name'][0]; $path2 = ...
0
votes
1answer
403 views

Deleted .htaccess file, but still redirects?

I had setup a .htaccess to redirect to a directory on the web server, but since then we have decided to move the contents of that directory to the root of the server. I deleted the .htaccess file but ...
0
votes
1answer
225 views

Redirect all m. subdomain traffic to the normal tld.com site [closed]

Can I just make a normal m.domain.com subdomain and then somehow use .htaccess to redirect/rewrite it to the tld? I'm using Wordpress and all I will do at that point is detect if there is a m. ...
1
vote
1answer
203 views

godaddy .htaccess RewriteRule

I'm trying to set up a .htacess file on Godaddy webhosting ( apache-linux ofcourse, not IIS ). But i`m stuck with a problem: RewriteEngine On Options +FollowSymLinks Rewriterule ^templates/.*$ - ...
0
votes
1answer
389 views

GZIP with CSS and JS through .htaccess

I wanted to compress and send all my CSS and JS and i found this tutorial and i followed exactly. But i get the following 500 error in my Server Internal Server Error The server encountered ...
0
votes
1answer
4k views

how to export private key from Godaddy certificate and use with Apache SSL

I purchased a Godaddy Certificate, I correctly installed it on my Mac Server, so now i see 2 entry within Keychain Application: Go Daddy Secure Certification Authority mydomain mydomain (private ...
3
votes
1answer
308 views

.htaccess having no effect on GoDaddy server

I'm making changes to my .htaccess file but they seem to be having no effect. The code currently reads... RewriteEngine On RewriteBase / RewriteRule ^(.*)\.html$ $1.php RewriteRule ^(.*)\.htm$ ...
-1
votes
4answers
447 views

php stop quote escape

I have a small php code that prints welcome message <?php echo "Hello ". $_GET['name']; ?> I've put this code on my website hosted on Godaddy's server and I found that the server is escaping ...
6
votes
1answer
136 views

Quick mod_rewrite help on GoDaddy

This htaccess works fine locally, but on GoDaddy the URL isn't caught by the rewrite engine. RewriteEngine on RewriteRule ^products/amsoil/(.*)/$ /products.php?amsoil=$1 [L] RewriteCond %{HTTP_HOST} ...
0
votes
2answers
396 views

Help me deploy my Rails App into subdomain

I have just deployed my Rails App into a port. Now, I need to configure another app into a sub domain. I read that it is something to do with the symbolic link, I know symbolic links, but I just don't ...
0
votes
1answer
120 views

Please help me find out what's wrong with this .htaccess

.htaccess <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ...
1
vote
3answers
709 views

Problems setting up LAMP with Godaddy - PHP not working

So I bought web hosting on godaddy (LAMP set up) and now I'm trying to transfer over my web project files (various .html, .php, .js files, it's an AJAX application). But after running some basic tests ...
0
votes
1answer
562 views

Apache HTTP Server returns URL to JSON wrapped in HTML

Guys, I have domain name registered at godaddy.com .. I have apache Http Server deployed with a static IP address, it forwards(proxypass) request to a server that returns JSON responses. i have ...
1
vote
1answer
442 views

Apache .htaccess: How do I redirect for files that aren't found without sending a 404 header?

My website needs a htaccess file that will redirect a user to index.php when a page is not found. However, I do not want Apache to send a 404 header with the document. I asked this question earlier: ...
1
vote
1answer
298 views

Update GoDaddy Apache?

My godaddy server is running apache 1.3 and I want to have it update to the newest version. How can I do this?
4
votes
3answers
318 views

GoDaddy mod_rewrite enabled but doesnt work properly

About an hour ago, I Added Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_URI} ^(.*[^/])/?$ RewriteCond %{DOCUMENT_ROOT}%1.php -f RewriteRule .+ %1.php [QSA,L] to my .htaccess ...
1
vote
2answers
727 views

Cron job - goddady - visiting a url - receiving Status: 302 Moved Temporarily

Hey-o, I need to setup a cron job to run every half an hour to visit a url on my website, the url isn't an actual file though as I'm using codeigniter, so the url: mysite.com/articles/grabarticles ...
0
votes
1answer
983 views

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.
0
votes
1answer
391 views

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

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 ...
0
votes
2answers
264 views

How to hide the root of my webserver, which holds multiple sites, from the world?

I have a deluxe hosting account with Godaddy which allows for multiple sites to be installed on one server. Problem is the root of the server is a site. www.rootsite.com when inspecting all other ...
0
votes
1answer
37 views

Shared hosting - domain name changing when running scripts

I just pointed newdomain.com to a folder(olddomain.com/folder) on my deluxe hosting account with Godaddy. The olddomain.com/folder has a Wordpress installed in it. When using newdomain.com none of ...
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 ...
0
votes
2answers
678 views

.htaccess rules with a second domain to use a different directory than root?

Domain1 uses root / I am trying to have Domain2 use /domain2 When I visit domain2.com, I want it to appear as domain2.com and use the files from /domain2 instead of root / The closest I got was: ...
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, ...