• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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

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

Forum statistics

Threads
79,290
Messages
1,138,479
Members
247,777
Latest member
skarif
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock