5,624 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
50
views
How can I host and embed clean, unbranded video demos for my portfolio site?
I am building a personal portfolio site and I want to include video demos for my projects. I am not sure where I should host these videos.
I tried YouTube but the player shows the YouTube UI and ...
0
votes
1
answer
66
views
Intermittent "Error establishing a database connection" Errors
I have three WordPress sites hosted on a Bluehost dedicated server. Multiple times per week, one or more of the sites will show database connection errors:
Error establishing a database connection
...
Best practices
0
votes
0
replies
42
views
What’s the best way to implement Rent/Buy video access (with expiry) on a Framer website?
I’m building a Framer website for a US-based client who wants to sell access to films with both Rent and Buy options.
Requirements:
Client is located in the US
Videos are currently hosted on Vimeo (...
0
votes
0
answers
38
views
React (Vite) app not loading on Windows hosting (index.html not served, 500 error with web.config)
I deployed my React app to a Windows hosting. I uploaded the contents of the dist folder into the httpdocs directory. When I open login or register page, the app works correctly (because of React ...
0
votes
1
answer
98
views
CodeIgniter email function does not work on Prohoster SMTP
My website was developed in PHP using the CodeIgniter framework. On the development server, everything worked perfectly, but after migrating the site to Prohoster, the email sending feature stopped ...
0
votes
0
answers
76
views
How to prevent direct access to /public folder in shared hosting with .htaccess?
I have a PHP project deployed on shared hosting, and my files are structured like this:
/public_html/
.htaccess
/public/
index.php
...
I want the site to be accessible from:
...
0
votes
0
answers
41
views
ArangoDB 3.11.14 Server Hosted, but no UI
I'm trying to run an older version of ArangoDB (3.11.14) and I followed a tutorial to host a server using Docker on a Linux VM. I was able to get the server hosted, but the localhost address doesn't ...
0
votes
1
answer
60
views
html rendering fails on one site, not another [closed]
I have an HTML document that looks like this:
<h2 id="rendering-issue">Render: em dash, quotes, apostrophe, ampersand</h2>
<p>I’m dashing — "quoting" & more!</p&...
0
votes
1
answer
122
views
How to serve React on root URL and Laravel Blade on /admin routes (e.g. /admin/login) on Hostinger?
I have a project with both a React frontend and a Laravel backend. I want to achieve the following routing logic:
When a user visits www.example.com, it should load the React frontend (like an SPA).
...
-2
votes
1
answer
99
views
Logo not loading on dynamically-hosted Dockerized WordPress behind Bunkerweb proxy
I’ve set up WordPress in a Docker container on my home server and later migrated it to another server that’s behind BunkerWeb as a service. I’ve configured everything as follows:
Original development ...
0
votes
0
answers
73
views
How can I point a subdomain at a directory without breaking PHP includes?
I am trying to use a subdomain to make an internal file browser on my site look flashier. My site is example.com. I have a directory at example.com/files/, with many various subdirectories.
I want ...
0
votes
0
answers
93
views
Continuous Server Connection Issues on Hostinger - Going Crazy Trying to Fix It
thanks in advance for your help and advice. I'm experiencing continuous server connection issues with my website hosted on Hostinger. The site goes down randomly, and I have no idea what's causing it. ...
1
vote
0
answers
55
views
Websocket failing on real domain
I am developing a turn-based game with websocket communication. It all works on localhost, and it actually worked on my previous domain on the same server I am at now. But now, when I changed domain, ...
-2
votes
1
answer
46
views
I can't deploy the site on the hosting after localhost via Duplicator [closed]
Gives this error
После разворачивания Duplicator показывает такие ошибки
Here is the text from the screenshots
SCRIPT FILE TEST: /home/g/genado6g/udv.webmolot.pro/public_html/index.php
EXCEPTION ...
0
votes
0
answers
44
views
PostgreSQL , shared environment [duplicate]
PostgreSQL version (14.17)
I have a PostgreSQL setup where I want to restrict a role, user1_db, to only see and connect to specific databases it has been granted access to. I've tried with the ...