By L Bovski
Hi,
I’m running Wordpress 5.4 on Ubuntu 18.04.1 and Apache/2.4.29.
When I go to example.com I see this empty directory listing.
But www.example.com works fine.
Also working fine is a 301 redirect I have in htaccess. As well as any redirect from example.com/page to www.example.com/page and HTTPS.
It’s only the root non-www. that does this.
Here is my htaccess but maybe this is something to do with a DNS record or even virtual hosts?
I’m not sure where to look next any help would be really appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @ellebovski,
It sounds like that you don’t have your non-www version added to your Apache virtual host.
You need to make sure that you have both the www and the non-www verion specified in your ServerName and ServerAlias lists in your Apache Vhost. To check that you can do the following:
sudo nano /etc/apache2/sites-enabled/your_domain.conf
Update your ServerName to match your non-www version
Add a ServerAlias to match your www version
Then run a config test:
- sudo apachectl -t
Syntax OK then restart Apache:- sudo systemctl restart apache2
Let me know if you have any questions. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.