Post not opening when i set permalink option to post name

Posted in: Newsmag
Post count: 7

my site is sahyadrinewsnetwork.com. My first permalink option was Plain Text so all post open properly but now i set permalink option as Post Name, So my post is not opening. This problems occurs in only my post. its not in already uploaded post demo.

My .htaccess file code

# 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 WordPress

Dashboard Permalink Option setting
Site Page when i click on my post

Post count: 23312

Hi,

Please try to a default theme and check if that behavior is the same. Also, if the problem is still there, you need to contact your hosting provider, tell this problem because it is possible to have some restriction for that language or something else. You can check the following topic from here -> https://forum.tagdiv.com/topic/not-able-to-change-permalink-strange-issues-after-installing-yoast-seo/ because there was discussed that topic.

Hope this helps!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.