Thread Starter
lom209
(@lom209)
Seems I can’t edit my previous post again…however RESOLVED 🙂
Added this to my Apache config:
<Directory /var/www/html/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
We in business, baby.
Thread Starter
lom209
(@lom209)
Hi @gappiah I feel silly even writing this (I’m testing / expanding the functionality of a plug-in that is only ever accessed within wp-admin so hadn’t taken any notice of the frontend aspect) – I’ve just realised that http://wordpress.local takes me to the apache2 default homepage, as opposed to the WordPress frontend it should be..
Thanks for the comment…now to try and figure out why the frontend of the site isn’t appearing…
EDIT: I removed the index.html that Apache2 generates and now http://wordpress.local takes me to the default WordPress homepage for my site…Good news.
It looks as though you’re correct since if I try to view a post from the wp-admin dashboard, I retrieve a 404
-
This reply was modified 2 years, 8 months ago by lom209.