Skip to main content

All Questions

Tagged with
1 vote
0 answers
21 views

Nginx configuration for reverse proxy on multilingual WordPress (WPML) with Laravel: 502 error

I have a multilingual website built with Laravel and a multilingual WordPress blog (using WPML) in the "public" folder. I'm trying to configure Nginx as a reverse proxy to serve the blog on ...
Veronica Piccone's user avatar
1 vote
0 answers
42 views

Website Experience Intermittent Redirect Loops That Resolve Automatically

I am experiencing intermittent redirect loops on my website, which cause temporary downtime. These issues appear randomly but seem to resolve automatically without any changes on my end. I'm using ...
Gulshan Kumar's user avatar
-1 votes
0 answers
55 views

Can't use SSL with wordpress NGINX

I use NGINX and want to run wordpress with SSL, but it shows TOO MANY REDIRECTS. But when I don't use wordpress https works, so there is error in wordpress configuration. Thanks for any answers. Tried ...
ERKO 901's user avatar
0 votes
1 answer
69 views

Docker - Nginx doesn't let me access wp-admin

I have a docker compose that runs three containers: MariaDB, WordPress and Nginx. When I do https://localhost in Firefox, I get a wordpress sample page, which is what I want. However, when I try to ...
nobody really's user avatar
0 votes
1 answer
57 views

Nginx proxy pass for alias domain - Keep users in the alias

I am running a micro site within a main site by an alias domain that contents with specific prefix are assigned to the alias. There are a number of internal links (like posts, products), all of which ...
NginxBeginner1864's user avatar
0 votes
1 answer
46 views

Nginx proxy pass for alias does not load font files

I try to set a page in WordPress as a standalone subdomain site by alias. I found below link from stack and it indeed works for me for sub-domain reassignment How to Alias a Page to a Sub-Domain ...
NginxBeginner1864's user avatar
0 votes
0 answers
59 views

Why the WordPress plugin does not load the JS file with different versions?

To prevent my WordPress plugin from loading a cached version of JavaScript, I added the following codelines: wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . '../css/file-converter....
alancc's user avatar
  • 761
-1 votes
2 answers
65 views

Nginx Setup for WordPress: Facing 301 Redirect Issues

We are planning to move away from Apache/Httpd to Nginx for our wordpress site. I thought the challenge for me would only be while adding the .htaccess codes in nginx configuration but now I am ...
pawan19's user avatar
  • 443
2 votes
1 answer
43 views

Rewrite Many Query String In Url To Origin URL Wordpress PHP

I have some problem need to be solved ! My site using Wordpress with Gtranslate . So i have million link to be solved . I want rewrite url query string by PHP Wordpress , from here https://domain/bs/...
user3752621's user avatar
0 votes
0 answers
42 views

Environment variable in Niginx or using phpdotenv

I am trying to save api authorization key (sensitive information) in an environment variable. I used fastcgi_param inside location ~ .php$ in Nginx configuration. I am calling this variable inside ...
Faizan Ahmed's user avatar
0 votes
0 answers
53 views

504 Gateway Timeouts

Our Nginx server with WordPress 6.5.5 and PHP 8.2 is randomly encountering 504 errors, resource spikes and crashing. While using a response time monitor, I have seen long periods of time in the 0ms ...
Bill's user avatar
  • 67
2 votes
1 answer
26 views

Multiple Wordpress Sites on Nginx on local server

I am trying to setup multiple wordpress sites on a single local server so the domain would be 192.168.1.43. How do I setup the domain for each of the sites for local access under the 192.168.1.43 ...
Sawyer's user avatar
  • 21
0 votes
1 answer
38 views

Nginx - Wordpress redirect

I have one problem about the redirecting I want to make redirect to example.com/product-bag.html to example.com/product-bag I want to redirect but not affect the website's keywords in Google. What I ...
mca's user avatar
  • 3
0 votes
0 answers
56 views

SVGs Display in Local Development (MAMP) but Not in Production (Nginx) on WordPress Site

I’m experiencing an issue with SVGs not displaying on my WordPress website when it is live (hosted via Nginx), although they work perfectly fine in my local development environment using MAMP. Here ...
stefane9's user avatar
2 votes
1 answer
60 views

How to redirect a web page with a Hash in URL NGINX Ubuntu Server

I have an issue to make my reset password service functionally, I send via API a hash in the URL, so the client receive a URL like https://mydomain.com.mx/?hash=hash_code I need to set a ...
Brayan Martinez Espinosa's user avatar

15 30 50 per page
1
2 3 4 5
113