1,602 questions
0 votes
1 answer
52 views
I want to redirect to public folder (url/test/public) without showing the public in the url and .htaccess code is not working
I have hostinger shared hosting plan. working on laravel project. For a domain my current file structure is this : Public_html/ Test/ Public/ .htaccess Index.html ...
0 votes
1 answer
87 views
Setting time zone for apache/Litespeed server side includes
My website is on shared hosting, and the host has decided to standardize on UTC. All my code (crontab, SSI, etc) is based on it being a different timezone. It appears setting CRON_TZ = America/...
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 ...
0 votes
0 answers
117 views
403 Forbidden Error for Laravel Storage Images on Live Server (Works Locally)
I am working on a Laravel-based e-commerce website and storing product images in storage/products/. The images load fine on my local development server, but on the live server, I get a 403 Forbidden ...
0 votes
2 answers
156 views
laravel worker on production shared server
I am using jobs in Laravel but do not know how to them in production on shared server I 'm not sure my shared server is able to handle the ubuntu supervisor script to handle queues Is there any other ...
0 votes
0 answers
28 views
How to leverage SSR in a shared hosting plan
I want to dynamically change meta tags on my SPA, but of course that was a challenge, react helmet works well, but crawlers only see the first loaded index.html before in JS, which results in an SEO ...
0 votes
0 answers
63 views
Shared Hosting eg godaddy restrict user DB creation from web app context. Is VPS the only solution
Still learning am fearly new to The Dev world. Am Working on a personal project deploy the app and realize shared web hosting restrict CREATE DB for user from the web application context when dealing ...
2 votes
1 answer
166 views
Hitting PHP Memory Limit Error in "legacy" Wordpress site but I'm Well Below Memory Limit
LAST UPDATE with SOLUTION: It was me using have_posts() twice in a row in my if/while combo, deep in the docs it says not to do that. See the accepted answer for the solution. I should print ...
1 vote
1 answer
185 views
LARAVEL: Gmail SMTP configured correctly and works in local XAMPP env but not working in cpanel hosted website
I get this error: production.INFO: Failed to authenticate on SMTP server with username "[email protected]" using the following authenticators: "LOGIN", "PLAIN". ...
1 vote
1 answer
151 views
Error serving routes of subdomain on cpanel Laravel 11
I developed Laravel 11 website. I have subdomain for admin panel this is my routes/web.php file: Route::domain('admin.domain')->name('admin.')->group( function () { Route::get('/', '...
0 votes
1 answer
149 views
Delayed server responses when logged in to wordpress admin on one browser (any browser!) for a while
This issue sounds kind of ridiculous, but I’ve pinned it down as best I can and ruled out anything obvious. When I’ve been logged in as admin and working on my site in a browser for a while (“a while” ...
1 vote
0 answers
26 views
Using PSpell On Shared Hosting Environment "en" Dictionary Not Found
I'm on a shared hosting environment and trying to get a basic pspell to run with PHP. When I put this code: <?php error_reporting(E_ALL); @ini_set('display_errors', 1); $pSpell = pspell_new(&...
0 votes
1 answer
83 views
Laravel showing only Homepage and all other routes showing 404 on shared hosting
I am using ionos shared hosting and pointing my subdomain to laravel and react public folder but only / homepage is working all else is showing 404. I tried to dd on /welcome route but i see it's not ...
0 votes
1 answer
87 views
How to redirect domain to subfolder based on url path?
I have an application developed by reactjs and php laravel. I want to deploy deploy this in a shared hosting with each subfolders not submitted domain. Example Folder Structure: ReactApp -> /...
-3 votes
1 answer
150 views
My laravel project controllers does not exist. why?
I am new to laravel but when I coded in vscode everything worked fine, now when I uploaded it to shared server like hostinger now it does not work It says controller does not exist ...I am using ...