Only working default permalinks in WordPress, others permalinks options becomes 404 error

zara

Active member
Trusted Uploader
Mar 31, 2019
331
166
43
Try this old trick,

rename and download your old .htaccess to something else but DONT DELETE

edit this file BUT don't replace existing code but rather add to it:

# 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

save it as new .htaccess then upload

use filezilla.

goodluck, sister
already this is in htaccess file.
 

tradesman

Well-known member
Mar 9, 2020
367
225
63
Cold North
the best solution I can see now is disabling all plugins and switching everything back on 1 by 1.

It could be a plugin conflict.
 

zara

Active member
Trusted Uploader
Mar 31, 2019
331
166
43
the best solution I can see now is disabling all plugins and switching everything back on 1 by 1.

It could be a plugin conflict.

I did it, change the theme, nothing work.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu