404 on taxonomy links on Wordpress site - wordpress

I've read a lot of different posts online on this, but nothing seems to be working.
I'm working on a Wordpress site. Despite individual post links working exactly as intended, (e.g. http://ubicomplab.org/people/jwu), the main taxonomy pages, http://ubicomplab.org/people, etc. redirect to 404.
I have tried modifying .htaccess, deleting .htaccess, disabling plugins, but nothing seems to work. I have also tried rolling back the contents of wp-content to way before this error started occurring, to no effect.
Upon trying to "Edit Page" the 404ing link above, I get an error about how "post 422" is in the trash. There are no posts in the trash, however. I'm not sure why it's specifically post 422.
Could there be something wrong on the server side? If so, what could I do? I have access to the kettle server, but I'm not sure where to begin looking.

Try savings your permalinks again, sometimes this works for me.

Related

Wordpress gives 404 in any page with any kind of permalink, but when I change the theme it works. How to fix?

I have a wordpress theme that has the page.php, but it gives 404 in any page that I create, even using the plain permalink (http://localhost:8080/?page_id=33141).
But when I change to wordpress theme the page works.
I think it is not about htacces, because none of the themes should work.
Could the theme redirect all pages to 404? I didn't find anything in the code.
Could someone refresh my mind?
Thanks.
I am running it in a docker container but I dont think it has influence because the other theme works.
Try go to setting->permalink and click save and clear cache and fresh page.
go to settings-> permalinks and save the permalinks and also clear the cache. sometime it is occurring due to cache.
And also sometimes it may happens due to permission is declined from cpanel
Go to cpanel and then right click select permission and change the permission. It may be helpful

Wordpress site - too many redirects when selecting link

I have looked at similar questions but still receive the redirect error.When landing on a homepage URL the site resolves and displays for example http://www.test.co.uk . When selecting any link ie. http://www.test.co.uk/products the browser throws a "Too many redirects" error and the site become unusable. The only way I can get it back up is by clearing cookies and cache and trying again. What I find really confusing is that copying the http://www.test.co.uk/products link or manually typing the URL in resolves the URL correctly and I don't get "too many redirects" error. It only happens when I select a link.
I have tried the following:
Renamed the "plugins" directory to "plugins1" to disable the plugins
Reverted to the default wordpress ".htaccess" file
Ensure the site settings URLS matched in wp-admin area
SSL is enabled on the site but not configured to be used anywhere, all links (that I'm aware of reference http://)
Checked any redirects on the hosting via CPANEL (none exist)
Added these to the wp-config file
define ('WP_HOME','http://www.test.co.uk');
define('WP_SITEURL','http://www.test.co.uk);
I'm not sure whats changed in the last couple of days but we think a plugin got updated. Would disabling the plugins prove that its nothing to do with plugins?I'm new to WordPress so apologies if I got some terms wrong.
Any suggestions I could try looking at would be helpful.
Thanks
try to set Home url and site url to http://www.test.co.uk from your WP admin panel

WordPress MultiSite Permalink Issue

A little context before I get into the issue. I am building a new multisite with three sites (/, /workshops, /conference). I had permalinks set up across all three sites to be /%category%/%postname%/, and everything has been working flawlessly until today.
I know that you have to set permalinks in the Settings > Permalinks (which will forcibly add /blog before the permalink) and then go Edit it under Network Admin > Sites to remove the "/blog" portion of the URL. Things have been running smoothly for about a month, until today when I had some issues integrating DoubleClick ads. One of the trouble shooting steps is to resave permalinks, so I figured that I could just remove /blog again after attempting to save permalinks. As soon as I did this, literally everything broke. I can barely get anywhere on the site, and get 404 errors everywhere. If I add /blog/category/categoryname manually, then it will find the correct archive page / post about half the time. My next guess is that my Yoast was somehow jacking everything up, so I simply disabled it for the time being and went back and resaved everything (making sure that removing /blog was the last step in the process) but they are still broken, even with Yoast disabled.
Finally, I figured that I would just go grab the "Network Setup" htaccess instructions again, just in case they got corrupted somehow, but still having no luck.
The preview is currently at: http://vb7q-flpc.accessdomain.com/, however I have it currently using the /blog url so I can continue to work on it until I figure this out.

My WordPress Site Shows 404 Error When I Try To Post.

For more than 4 days now, i cannot publish my WordPress website.
It shows: 404 Error when i try to publish a post in the website or do anything that will load to another page.
Also i cannot work on the widget area because it's not saving any work there.
I have tried re-saving the permalinks and also even deleted the .htaccess file and upload another one and yet no sign of working.
What is the main problem please?
404 Errors are usually URL related. Make sure Wordpress and all of your plugins are up to date. I would also change your permalink settings and see what happens.

Woocommerce redirect loop - NOT SSL RELATED

so I'm working on a wordpress site (found at nsuited.com) and my problem is that the checkout is causing a redirect loop. I have searched the internet for this problem and it mostly seemed to be related to forcing ssl or using an https wordpress plugin. I am doing neither, and everything was running fine until randomly the redirect started occurring. There's way too much code to post it all, but if there is anything specific you'd like to see let me know. I have tried changing the woocommerce checkout page, which then allowed me to access the checkout page as a page itself but I could not actually checkout from it. If I try to go to whatever page is set to checkout, BAM redirect loop again. I'm at a huge loss and have not been able to find any significant leads from debugging. Please help :(
EDIT: Also pertinent information - I recently moved my installation from a subfolder to root, though the checkout page was working since I moved installations
Problem solved.
I had tried this before without succes:
Add
define('WP_MEMORY_LIMIT', '96M');
to the file "wp-config.php". When I added it initially, I put it at the end to no avail. Put it as the very first line of code for glory.

Resources