Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
MarineAdvisor
tagDiv Member

Issue resolved.

I needed to add a .htaccess file in my wordpress directory.
I added the following content to the .htaccess file.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
ErrorDocument 404 /index.php

MarineAdvisor
tagDiv Member

I have narrowed it down some.

If I change the site “PermaLink” settings to “PostName” so https://blog.marineadvisor.com/%postname% then it does not work. If I return the value to “Plain”, then it does work. Is there some issue with Mod-Rewrite?

Viewing 2 posts - 1 through 2 (of 2 total)