Post name Permalinks not working on Gallery pages
-
Hi WP Community,
I’m unable to figure this out. Not sure when the gallery pages stopped working but at some point I changed the Permalink Settings to Post name and then the pages in Galleries don’t appear anymore via a “Page not found”. I’ve deleted and re-created the menus and re-created the pages but they still don’t appear.
I’ve checked the .htaccess file and it looks like 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 WordPressOverall I’m not sure what to do.
HELP!!!
- The topic ‘Post name Permalinks not working on Gallery pages’ is closed to new replies.