Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

sharedArrayBuffer conflict with firebase & CORS headers

I am able to get sharedArrayBuffer to work on mobile browsers with the following code in my htaccess (desktop works fine): <IfModule mod_headers.c> Header set Cross-Origin-Embedder-Policy &...
hugger's user avatar
  • 488
0 votes
0 answers
22 views

cpanel 503 server error when deploying node js application

After deploying node js app in cpanel it is giving me 503 service unavailable error. I am using 16.20.2 version same in both local machine and in cpanel also. This is my server .js require("...
pratik bhattarai's user avatar
0 votes
0 answers
28 views

cPanel Error /20/bin/npm: line 35: /opt/alt/alt-nodejs20/root/usr/bin/npm: No such file or directory

I currently trying to deploy my nodejs project to cPanel. I have followed every steps to upload it and I am having problem when run NPM Install. I always got this error Error /nodevenv/myprojecttest1/...
Unkown Kid's user avatar
0 votes
0 answers
403 views

Problem deploying a NEXT JS application on my CPANEL

I just started Node dveleppemnt. In order to pratice, i create a NextJS application. My problem is when i try to deploy it on my CPANEL, it don't work. I try to soled using google search but i don't ...
Eteka Wilfried's user avatar
0 votes
1 answer
210 views

php version in htaccess is resetting

i set my directory php version to 8 in cpanel in htaccess: <IfModule mime_module> AddHandler application/x-httpd-ea-php80 .php .php8 .phtml </IfModule> but it is reset to : <IfModule ...
Ehsan Narmani's user avatar
1 vote
0 answers
580 views

Runing clean_user_php_sessions script gives Can't locate cPstrict.pm in @INC error

I am trying to delete user sessions from my cPanel server. I ran the clean_user_php_sessions from the /usr/local/cpanel/scripts/clean_user_php_sessions using terminal in cPanel but it gives me the ...
SammyP's user avatar
  • 11
0 votes
1 answer
71 views

How WHM Detects, Where to Move the Request when multiple Cpanel are there in WHM based on root IP

I just received credentials of a WHM and can see multiple Cpanel accounts there. All Cpanels are based on same IP. I'm wondering how server detects where to send request and how server defferentiate ...
muhammad adnan's user avatar
0 votes
1 answer
55 views

Is there any way to serve another laravel project from totally separate laravel project on the basis of domain?

Our situation is, We have two laravel projects on the same server suppose (project A & project B) and we have one domain like domain.com And a subdomain like *.domain.com. Project A is pointed to ...
Abhishek Borhade's user avatar
0 votes
1 answer
558 views

Error message when navigating through react website after uploading it on bluehost

Full error message: Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. My problem ...
DiamondHands's user avatar
0 votes
0 answers
182 views

How can I change the TLS version to 1.1 via cPanel terminal?

I would like to change the TLS version to 1.1, so my Windows 7 OS can access my REST API without getting an SSL error. I checked out the SSL/TSL panel, but it doesn't let me change the cipher/version. ...
Prestige's user avatar
0 votes
0 answers
297 views

503 error while uploading django project in server

I've program written in django and tried to upload in server i've uploaded the project in cpanel and tried to setup in python app in first image there is command to run in terminal i've also tried ...
samita 's user avatar
  • 175
0 votes
1 answer
42 views

How to delete all index file in once

please tell me how to delete these files at one time, it's making unwanted files on the server and the server has been out of space. enter image description here
Deepak Jerry's user avatar
0 votes
1 answer
712 views

NodeJS cPanel Hosting

I set up a NodeJS API on cPanel using the NodeJS setup that is provided. the app starts but none of my endpoints are reachable with 404 pages being displayed. In the cPanel > metrics > errors I ...
Daniel's user avatar
  • 11
1 vote
0 answers
44 views

Server compile in one line for my html and js

My HTML and js code works fine in local but when I put it into the live server, it compiles everything in one line, so if I do something comment then rest code gets commented. How do I fix it? Is ...
DevWebTk's user avatar
  • 182
0 votes
0 answers
202 views

PHP: Why my Mail() Functions are not working?

Hi I am trying to test my PHP mail function but it is not working. I have shared hosting all of my website mail function are not working <?PHP $sender = '[email protected]'; $recipient = '[email protected]'; ...
Agent69's user avatar
  • 678

15 30 50 per page
1
2 3 4 5
11