91,808 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
29
views
Redirect subdomain to another domain, but not one folder [closed]
One of our clients has two domains: domain.com and domain.es. The client's main website is located at domain.com.
Now they need to create a second website in a folder within a subdomain of domain.es, ...
-4
votes
0
answers
39
views
Windows Authentication in gcp for onprem to bucket [closed]
i want to send data from onprem sql to gcs bucket then which service is good for this or any other option?
i had tried dataflow data fusion but their is no direct option to auth with windows only with ...
-1
votes
0
answers
37
views
Nginx vs. apache ssl_client_s_dn_cn [closed]
I've the following (working) configuration on Apache:
<Location "/foo">
SSLVerifyClient require
SSLVerifyDepth 1
SSLOptions +StdEnvVars
SSLRequire %{SSL_CLIENT_S_DN_CN} eq "user1&...
0
votes
0
answers
12
views
Apache SGW to proxy requests based on header between two backends
I have a code in app1.part file that is located in sites-enabled/ directory. There are many other apps that request Service GW service, and apache should forward requests to the backed.
The AS-IS ...
-2
votes
0
answers
56
views
Website not redirecting to non www and therefore SSL not loading [closed]
I have a website that I'm using the non-www version of. The SSL is installed fine on the non-www version, but the www. version shows the error message www.anothercoast.com doesn't support a secure ...
0
votes
0
answers
62
views
Laravel + Laragon: wrong .env being used for API requests across multiple projects
I’m working locally with Laragon and multiple Laravel projects.
The setup looks like this:
Website A → its own .env (website-a.env), with DB website_a.
Website B → its own .env (website-b.env), with ...
0
votes
0
answers
33
views
Wamp: Apache crashes and restarts when making a https call with GuzzleHttp
I am building a background worker in php for my website, that needs to make a restfull api call to another website. I decided to use GuzzleHttp over a custom curl implementation since it's well ...
0
votes
0
answers
26
views
pyarrow gets error Received RST_STREAM with error code 1 on UTF8 data
pyarrow gets error Received RST_STREAM with error code 1 on UTF8 data why?
i also followed enter link description here this still same.
Flight returned internal error, with message: Received ...
0
votes
1
answer
86
views
Custom document root in XAMPP
I'm currently going through Laracast's PHP for Beginners series, and in episode 30, they make a change to the document root. I'm using XAMPP on Windows, and the default document root in my httpd.conf ...
1
vote
1
answer
68
views
My PHP http_response_code is not sending status 200 but status code 302?
Hi all I am facing an issue with my Webhook response code whereby I am sending a Http response code of 302 (redirect) based on my http server logs.
This 302 redirect is overriding my default HTTP ...
1
vote
2
answers
83
views
Write GET Variables from URL path in HTACCESS [closed]
I am trying to create a semi-serverless SPA w/ a blog but want to have "RESTful" URLs. I have the following .htaccess commands doing the job--in combination with JavaScript History API; but, ...
0
votes
0
answers
33
views
Apache lua_mod setup: "lua: Unable to find function fetch_token_hook in <script directory>"
We're trying to run a lua script to hook into fixups phase of a request in an apache server app, but we keep getting the following:
"[Thu Aug 28 09:55:37.099004 2025] [lua:crit] [pid <<pid&...
0
votes
0
answers
36
views
htaccess rule run on files without folders
the following htaccess rule will redirect files without extension (contact) to (contact.php)
but it also run on folders
I want it to run only on files only and skip running on folders
RewriteEngine on
...
3
votes
2
answers
174
views
If sees environment variable as empty while it is defined in .htaccess
Only thee following directives in the .htaccess file
SetEnvIf _ .* SSS=1
<If "%{ENV:SSS} -eq 1">
Header set MyHeader 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-%{SSS}e'
</If&...
0
votes
0
answers
30
views
Laravel app hosted on cPanel showing raw PHP code instead of executing in live envirnment [duplicate]
I have deployed my Laravel application on a cPanel server under a subdomain. The app is hosted at:
Installer link (working fine): https://sns.sadistributor.com/public/install/
Main link (not working): ...