Problem:
Accessing page via domain.com/columns/ was giving 404 error while domain.com/?columnnists=postslug proved to work just fine.
Solution:
Upon further inspection I found the following rules in the .htaccess file:
RewriteRule ^/?taxonomy - [L,R=404] RewriteRule ^/?category - [L,R=404] RewriteRule ^/?columnists - [L,R=404] RewriteRule ^/?rss.xml - [L,R=404] RewriteRule ^/?ads.txt - [L,R=404] RewriteRule ^/?podcasts/shows/ - [L,R=404]
Editing the .htaccess file fixed the error.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
- | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Sao_Paulo (GMT-03:00)
This topic contains 7 replies, has 2 voices.
Last updated by 1 year, 4 months ago.
Assisted by: Mateus Getulio.