Questions tagged [wordpress]
Wordpress is a suite of tools to create, manage and publish web blogs.
302 questions
1
vote
1
answer
283
views
running wordpress in a container - ubuntu 24.04 - downloads index.php rather than serving the home page
I need to run wordpress from a container in my ubuntu 22.04 dual boot. I followed several tutorials - gradually reducing in simplicity - ie removing nginx and phpmyadmin etc - but the same problems ...
0
votes
2
answers
387
views
Ubuntu / WordPress / PHP files? got an error
I have Ubuntu 18.04, with WordPress Apache, and PHP 7.4 / website works great, but I want to update/upgrade to Ubuntu 22.04.
I installed 22.04 on new server, installed Apache, PHP. etc.... the issue ...
0
votes
0
answers
236
views
How to Set Up Next.js as the Default Page Instead of WordPress Content on an Apache Server?
I have a server setup with Apache on Ubuntu, where I'm running both a Next.js application and a WordPress site. The WordPress installation is located in /var/www/html/wordpress, and the Next.js ...
1
vote
1
answer
186
views
Access wordpress blog on subdirectory /blog that is running on subdomain
I have my main site https://mysite.com in nextjs and wordpress blog on subdomain https://blog.mysite.com. They both are hosted on different servers and diff hostings.
I need my blog to be accessible ...
0
votes
1
answer
241
views
How to Install WordPress and Magento2 in ubuntu 22.04 using apache2?
I hope you can understand what i am going to ask you, about installing two applications in ubuntu using apache2, I installed Magento2 in var/www/html/ and I want to install WordPress on var/www/...
0
votes
1
answer
11k
views
Ubuntu 22.04.3 LTS is Ready for PHP 8.3, WordPress 6.4.* is Not — How to Proceed?
I generally upgrade my servers with the following command:
sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'
Is there a clean ...
0
votes
0
answers
3k
views
snapd consumes all available CPU and hangs my VPS
I have a new development instance on DigitalOcean. It is a LAMP with Wordpress without any content yet. Nevertheless the Wordpress backend frequently hangs and times out. I installed htop to help me ...
0
votes
0
answers
3k
views
How do I restart a web server used by WordPress running on AWS EC2
I have inherited ownership of an AWS EC2 instance running WordPress.
I am unfamiliar with Unix.
I do not know how WordPress was installed.
I do not know how to check what web server is running.
...
0
votes
1
answer
753
views
Wordpress Mysql Database File - Ubuntu 20.04
I installed Wordpress on Ubuntu 20.04 using the following link:
https://ubuntu.com/tutorials/install-and-configure-wordpress#1-overview
Then, I created a website on localhost. Now I need to migrate it ...
0
votes
1
answer
393
views
Wordpress 6.2 php8.1 Ubuntu Server 22.04
I have WP 6.2 installed on a LAMP stack(bare metal) and running php8.1 on an Ubuntu Server 22.04.2.
I upgraded yesterday from 20.04 (php7.4 all working well) and my websites are barely working. The ...
0
votes
3
answers
9k
views
How can I find where WordPress is located?
How can I find where WordPress is located on Ubuntu? I have installed it using the instructions provided by the official Ubuntu tutorial: Install and configure WordPress
0
votes
0
answers
61
views
Lost my wordpress dashboard
I am Somakumaran, I lost my WordPress Dashboard in bitnami AWS console.
can I recover through the lightsail terminal ? or can I re install the bitnami wordpress new?
if yes please get the commands for ...
0
votes
0
answers
100
views
Creating a .conf file within Ubuntu to install wordpress
I am trying to install Wordpress on my Ubuntu WSL and therefore need to create a wordpress.conf file. Trying to do via Windows explorer completely fails as I do not have the rights to do it.
Now I am ...
1
vote
2
answers
12k
views
Where to find Wordpress directory on Ubuntu 20.04
I installed Wordpress and every dependency on my Linux from the terminal. I ran into problems soon after as I could not upload files larger than 2MB. I edited the php.ini file, then I wanted to edit ...
0
votes
0
answers
174
views
I installed wordpress on ubuntu, but as I run "sudo su", then "cd /var/www" then "ls", I see there is no wordpress directory. How can I solve this?
I installed WordPress on Ubuntu according to the website https://www.journaldev.com/24954/install-wordpress-on-ubuntu, and I am now trying to find the URL of the website. For that, I am following this ...