Questions tagged [bluehost]

DO NOT USE THIS TAG! Bluehost is a hosting provider. Use tags specific to your CODING problem.

Bluehost is a hosting provider. It has scripts to install Mantis, Drupal, Wordpress, and a variety of other products. It also provides subversion, and git.

343 questions
11
votes
2 answers

How to install git repository on Bluehost

I've tried pretty much anything I could find on Google, if you enter: bluehost git repository all of the results on first page and some on second, I've tried. Also I've tried this very useful tutorial but not to much help, 8 ways to share your git…
Alexxandar
  • 975
  • 2
  • 11
  • 23
9
votes
2 answers

shell_exec configuration for git pull Godaddy vs Bluehost

I have a git pull web hook from Github, on two remotes, GoDaddy [production] and on Bluehost [staging]. This question isn't about those companies per se, but what could possibly be the reason for differences in the setups. I have this script, which…
Jim Maguire
  • 1,020
  • 1
  • 8
  • 19
8
votes
1 answer

Deploy Rails Application on Bluehost

I am trying to deploy my RoR application in Bluehost but I´m having some trouble. I want my Rails application to be accessible from a top-level domain, that is to be access once someone access my website URL. I have followed several tutorials, and…
6
votes
1 answer

Configuring wildcard record on AWS route 53

I have a domain registered with Google Domains and using AWS Route 53 as NS. This domain has several sub domains (some for our applications, and some for our public site) *.dev.mydomain.com ('A' record pointing to a cloudfront for our development…
Tan Rezaei
  • 1,877
  • 2
  • 13
  • 10
6
votes
3 answers

Installing Mongo

I'm trying to install mongo with php on my bluehost server. I ssh this command: >pecl install mongo It goes through the whole process but at the end I get this: Build complete. Don't forget to run 'make test'. running: make…
Matt Coady
  • 3,418
  • 5
  • 38
  • 63
6
votes
5 answers

Redirecting Subdirectory to Subdomain with htaccess

I'm relatively new to using .htaccess, and have never done any coding besides what I've read online. I'm using Bluehost, and I'd like to redirect my blog subdirectory to a subdomain. Example: I'd like to redirect www.example.com/blog to…
user1670009
  • 61
  • 1
  • 1
  • 2
5
votes
3 answers

Host our ASP.NET Core MVC is returning this error "403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.."

I have developed a simple ASP.NET Core MVC web app which has this controller class and this view to show a PDF file: public class HomeController : Controller { private readonly ILogger _logger; public…
John John
  • 1
  • 72
  • 238
  • 501
5
votes
1 answer

PHP configuration that strips POST from AJAX request?

I know this seems way too complicated to be the case, but I'm baffled. I have a page using jQuery's post method to send an AJAX POST request to my API. They are both on the same domain/server. $.post('api/login.php', {username: 'test', password:…
M Miller
  • 5,364
  • 9
  • 43
  • 65
5
votes
1 answer

Bluehost: Python/CGI shebang needs to point to my installation of Python?

I've been struggling with this problem for a few days now, and can't seem to find an answer anywhere. I need to run the numpy package from Python2.7, and have thus installed Python 2.7 on my Bluehost account (as per the Bluehost instructions). Then,…
user2877148
  • 221
  • 1
  • 7
5
votes
2 answers

Django email configuration with Bluehost email server

I am new to Bluehost and Django and I am trying to setup a "password reset via email" function on my Bluehost server with Django. I've tried different combinations on setting the host and port number but for some reason it never worked. So here's…
Yue Y
  • 583
  • 1
  • 6
  • 24
5
votes
2 answers

User unable to generate django test database

So I am working my way through the Django tutorial and am on part 5 about creating tests for the Django environment. When trying to run the python manage.py test polls I get the error returned Got an error recreating the test database: (1044,…
John Mathews
  • 231
  • 3
  • 6
4
votes
3 answers

yii2: Unable to determine the entry script file path - change PHP server environment from cgi to cli

I'm using yii2 basic template for my application. I created a console command which executed successfully on my local. But when I run it in terminal on my bluehost site, I got this error "Exception 'yii\base\InvalidConfigException' with message…
Pelang
  • 421
  • 7
  • 19
4
votes
1 answer

Load specific PHP version

I would like to load a specific PHP version (5.4), I use Bluehost shared hosting which uses Apache and support PHP 5.4. I have a .htaccess file and a php.ini file in a subdirectory (/api) with that line: AddHandler application/x-httpd-php54 .php to…
Mathieu Smith
  • 378
  • 1
  • 13
4
votes
1 answer

SSL How to with dynamic dns

I've got a home server that sits behind a dynamic ip address. I use a free dynamic dns service (http://freedns.afraid.org/) so that I can access my server via the following (fake) hostname foo.example.com I use bluehost to host a separate…
tfecw
  • 437
  • 1
  • 6
  • 11
4
votes
1 answer

How to compile and run a Java program from my Bluehost server

I have some space with bluehost and would like to run a java program that I wrote from it. The problem is I don't think bluehost supports java. When I ssh in and then type javac -v I get command not found. Is there anyway to export a java file…
Chase Roberts
  • 9,082
  • 13
  • 73
  • 131
1
2 3
22 23