Permalinks not working (404)

Posted in: Newspaper
Post count: 9

Hello,

After migrating the whole WordPress with Newspaper to a new instance, permalinks have stopped working. I ‘ve disabled Yoast SEO but it is showing 404. I switched permlink to p=number again but we need to resolve it asap.
Could you please give us a hand to sort this?

Many thanks!

Post count: 23312

Hello johnsout,

Please try to re-save your permalinks, clear all you caches and test it again and check the results.

Hope this helps and let us know how it goes!

Thanks for your message!

Post count: 9

Hello,

Still not working, this is my .htaccess, maybe it helps.

[root@ip-172-31-46-22 webroot]# cat .htaccess
# <IfModule mod_headers.c>
# Header add Access-Control-Allow-Origin “*”
# </IfModule>
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-opentype .otf
AddType image/svg+xml .svg
AddType application/x-font-ttf .ttf
AddType application/font-woff .woff

<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(gif|png|jpe?g|svg|svgz|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>

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

Post count: 23312

Hello johnsout,

Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, if your problem is still there, please try to make a new clean install from scratch, with the latest version of the theme and see how it works.

Thanks for your understanding!

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