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
2
votes
3 answers

how to edit document root of subdomain in bluehost CPanel

Hope someone could help, am new to bluehost and had a shared hosting subscription. Now my issue is how to modify the subdomain document root. example: from public_html/sub to public_html/sub/public also when i created a subdomain it doesn't even…
Edson
  • 109
  • 1
  • 7
2
votes
0 answers

Using SMTP_SSL on bluehost.com results in ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

I recently registered a domain on bluehost.com. For now, I want to send simple 'reset password' emails. Using the "Standard (without SSL/TLS) Settings" works fine. However, the bluehost documentation suggests using Secure SSL/TLS Settings, so I want…
Robin Teuwens
  • 121
  • 1
  • 5
2
votes
1 answer

Set up spf and DKIM for host sent emails and gsuite on Bluehost

I have a Bluehost shared server with an wordpress application. I also have Google Suite set up to send emails through my domain, which is working fine. Now I am trying to set up the wordpress application to send emails but they always end up in…
decio
  • 129
  • 2
  • 11
2
votes
1 answer

How to deploy Django app on Bluehost using WSGI?

I am new to Bluehost and I am trying to find instructions on how to deploy Django on Bluehost using WSGI since FastCGI support is deprecated and removed in Django 1.9. However, after all day googling, I still cannot find any instructions on that.…
K. Sivilay
  • 21
  • 2
2
votes
2 answers

Installing Xdebug on a remote server (bluehost.com)

I have xdebug installed and working on my mac but I can't seem to get it installed on my server ( a bluehost.com server). I have been trying for ages and would appreciate any help possible. Basically I have downloaded 'xdebug.so' and installed it in…
Seb
  • 21
  • 2
2
votes
1 answer

Send email on Bluehost shared hosting

I have tested Laravel emails on local server with gmail smtp and works fine. MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=myname@gmail.com MAIL_PASSWORD=mypassword MAIL_ENCRYPTION=tls I don't know how to find smtp details…
Ja22
  • 1,712
  • 1
  • 12
  • 13
2
votes
2 answers

WordPress I changed database user password and site cannot connect database since

I recently changed my user password at the Bluehost database and since then my website doesn't work. The page shows: Error establishing a database connection. I tried to change the password back but it doesn't work. Can you help me to fix it? Thank…
melit13
  • 83
  • 8
2
votes
3 answers

Page is downloaded instead of rendered over SSL

I have my checkout page secured on my site with the Bluehost SSL certificate and quite frequently the page will be downloaded instead of rendered. This only happens when I use ssl, if I run the site without it the page loads fine. Is there…
Rod
  • 33
  • 4
2
votes
3 answers

Deploying Laravel to Bluehost

I was wondering if anyone has had any experience deploying larval to blue host? I was flowing an youtube tutorial that showed how to deploy a larval application to a shared hosting service. It was using Godaddy.com, however, i was using Bluehost,…
Kaley36
  • 233
  • 9
  • 19
2
votes
2 answers

Codeigniter 3.0 not working on Bluehost

When I run Codeigniter 3.0 application at local server, it works fine. However, when I uploaded it to Bluehost, it doesn't work. Codeigniter itself is working but I get a Codeingiter 404 and not an Apache 404 - the page gets style, etc etc. I think…
Muni Perez
  • 70
  • 9
2
votes
1 answer

How to cache/speed Wordpress queries for logged in users?

Wordpress generates an awful lot of sql queries. We used 'WP Fastest Cache' which creates static html pages from your platform and caches them. Howevr for logged in users, the static pages wont work. Here is what I am seeing. 122 queries, 7.8s…
codeObserver
  • 6,521
  • 16
  • 76
  • 121
2
votes
5 answers

CakePHP 3 on Bluehost Console Commands Do Not Function

I'm attempting to get a CakePHP 3 app setup on a shared hosting solution provided by Bluehost. When I attempt to bin/cake bake from a console (or any cake commands, really) I get the following output: …
Sugarcaen
  • 90
  • 7
2
votes
1 answer

Bluehost - Convert current DB to innoDB?

I was wondering if it was possible to convert my current Bluehost database used for a phpBB forum to innoDB? I have just updated to phpBB 3.1.3 and some of the extensions I am trying to use are "only supported by phpBB forums that use MySQL v4.0.1…
Rick5150
  • 21
  • 1
2
votes
1 answer

Mercurial between server and local?

I have a portal development work in process... I had some troubles time to time like losing, overwriting wrong files, etc... So I decided to go for Mercurial for this development. My first experience with Source Control. I work on server [bluehost]…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
2
votes
1 answer

Bluehost: Request exceeded the limit of 10 internal redirects due to probable configuration error

I have deployed a website which was built using django within bluehost. I can access all urls(like "/home", "/products/") and I get the webpages fine without any error. But when I try to access the API of the website, I get error 500: Internal…
ruddra
  • 50,746
  • 7
  • 78
  • 101
1 2
3
22 23