after php 7.3 upgrade permalinks/links are broken
-
Hi there! WordPress was telling me in the dashboard that our version of php needed to be upgraded to 7.3, so we asked our web host to do that (they also updated to apache 4) and now all links to posts are broken. This happened on all of our sites, but I’m providing this one (melindabeasi.com) as the example because it’s the simplest (single site, very little going on super simple htaccess file). I have re-saved permalinks. I turned off all plugins. I (briefly) switched to the twenty nineteen theme. Nothing has fixed the problem.
htaccess reads only this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnyone have ideas of how I can fix this problem?
The page I need help with: [log in to see the link]
- The topic ‘after php 7.3 upgrade permalinks/links are broken’ is closed to new replies.