Can you try the following?
- Right-click on the site in Local’s sidebar
- Go to “Open Site SSH”
- Enter the following commands
wp rewrite flushwp rewrite structure '/%postname%/'-
wp rewrite flushagain for good measure
Can you try the following?
wp rewrite flushwp rewrite structure '/%postname%/'wp rewrite flush again for good measureI forgot to mention that the snippet needs to be above the /* That's all, stop editing! Happy blogging. */ line in wp-config.php?
If the snippet is already above that line we’ll have to do some more digging.
Clay, that did it! Moving the snippet above the /* That's all, stop editing! Happy blogging. */ line resulted in ‘index.php’ being removed from all permalinks. My apologies if you mentioned that step previously and I overlooked it. Thanks for working with me through several steps to get to the solution!