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 :)
Fudster
tagDiv Member

Well. I tried a few things. No luck. Sent you a email.

Fudster
tagDiv Member

Thing is when I edit the home page and the author page it works fine. Just not the single post page

Fudster
tagDiv Member

hmm I tried uninstalling tagdiv and reinstallnig.

I changed the try url function in nginx
Also changed my htacess.

No luck.
Here is my .htaccess


# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

<IfModule mod_substitute.c>`
SubstituteMaxLineLength 10M
</IfModule>

<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>

  • This reply was modified 4 years by Fudster.
Fudster
tagDiv Member

(oof I posted this reply on the wrong thread)

Actually, correction. It’s the single post page, not the author page.

Looking into the links provided.

Fudster
tagDiv Member

Actually, correction. It’s the single post page, not the author page.

I’m looking into the links you provided

Fudster
tagDiv Member

Also tried uninstalling the prebuilt and installing. Same error.

Fudster
tagDiv Member

Thanks!

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