Questions tagged [wordpress]
WordPress is an open-source blogging & CMS platform. Questions about using WordPress, developing plugins and themes for WordPress, etc., may be welcome at our sister site wordpress.stackexchange.com
1,902 questions
0
votes
1
answer
98
views
htaccess: Wordpress does not redirect the exact url
I am new to wordpress and cPanel.
I created a wordpress site inside a sub folder of public_html folder.
Here the structure:
root
|- public_html
|- mcg-main
But I want that mag-main does not ...
-1
votes
0
answers
81
views
Solve email server reputation from relays / form submissions
I run a postfix server with email accounts for each user. Users can use their credentials to send emails, which is the main use-case. But the server is also used to forward emails if the user wishes, ...
1
vote
0
answers
32
views
Trying to set HttpOnly but no changes are working
After a PenTest was told to set the HttpOnly flag on all of our cookies.
We have an Ubuntu Server 22.04 & 24.04 LAMP stack with a WordPress website. I have made changes to
/etc/apache2/apache2....
1
vote
0
answers
46
views
google cloud vm instance stopped and now I can't access my Wordpress site [closed]
After restarting, I cannot reach my Wordpress site.
I can access SSH, I can access my phpmyadmin. any help is appreciated.
0
votes
2
answers
115
views
php --info shows different configuration than phpinfo()
I’m running the official image wordpress:6.8.1-php8.2-apache of WordPress in a Kubernetes pod. I tried using Duplicator to create a backup, but it failed to finish. In the Duplicator logs, I saw the ...
0
votes
0
answers
48
views
If using a wordpress cache purge plugin, what should permissions and ownership of the Nginx FastCGI Cache folder be when caching files on a ramdisk?
I am runnning an Ubuntu 24.04 LEMP server with Nginx, and Nginx FastCGI Caching. I have 3 wordpress websites, and am using the Nginx Cache Purge Preload plugin for Wordpress. I am caching to a ramdisk ...
0
votes
0
answers
47
views
Apache2 reverse proxy (WordPress)
I am trying to set up a pair of Dell PowerEdge Servers, both running Ubuntu 24.04 as front-end and back-end web servers powered by Apache 2 using a reverse proxy. There are two blogs and a website, ...
0
votes
1
answer
88
views
Docker wordpress + caddy = REST API and Loopback error
I have a docker stack consisting of caddy and wordpress currently in development at https://localhost and I am getting two critical erros:
I am not sure what could be causing this
The REST API ...
1
vote
1
answer
106
views
16GB Linode, Ubuntu 22.04.5 LTS, PHP8.3FPM - Configuration Recommendations
We're running about a dozen WordPress sites on this server, and performance is really slow, with 'Service Unavailable' messages popping up from time to time. Restarting Apache and PHPFPM solves that ...
0
votes
1
answer
84
views
How can I connect a remote database server on SlickStack?
By default, SlickStack installs MySQL locally and connects WordPress to a localhost database. I want to skip that, and connect to a remote (managed) database server instead...
What is the proper way ...
0
votes
0
answers
289
views
CSP Issue: Refused to frame '' because it violates the following Content Security Policy directive: "frame-src
Chrome console error:
Refused to frame '' as a fenced frame because it violates the
following Content Security Policy directive: "frame-src 'self' blob:
data:
I cannot find a solution and ...
0
votes
1
answer
595
views
WordPress + NGINX + PHP-FPM fastcgi + Memcached is extremely slow
I'm at a loss here and would love to get some pointers. I'm running AlmaLinux 9.5 with NGINX with fastcgi to PHP-FPM 8.3. WordPress is extremely slow when using more heavy plugins such as WooCommerce ...
0
votes
1
answer
310
views
Unusual WordPress website activity from specific source
I need advice on the below apache logs from a website, which at the time was streaming 10 Mbps for 12 minutes. This has been happening for a few weeks and I do not understand what is going on.
Are ...
0
votes
2
answers
154
views
How do I enable logrotate for the wordpress docker container
I am using the wordpress:latest docker container as per here. I am using docker-compose to bring up the container for wordpress and the db per the website with obvious changes to username and ...
0
votes
1
answer
104
views
subdomain redirect to domain, BUT, if I type "subdomain/index.php" (or index.html), it does work and display the page properly (Apache2 & Wordpress)
My VPS crashed some time ago, everything was working as expected. I host 2 Wordpress sites on this server, "domain" and "sub.domain". My apache2 .conf and le-ssl.conf files are the ...