My index page: https://danscartoons.com is OK, but why do all my category pages come up as 404’s? I have not done any new blogging or updated / tweaked anything new on the site. The pages looked OK about 48 hours ago…now they disappered. Any reason? Could I need to update my theme or a plugin? What caused this? Thanks.
This is why I am at a loss…I did not edit the site, tweak a plugin, blogged or anything. The site was propogating OK a couple days ago because I did access one of my URL’s by typing it into the address bar of my browser…but zero editing. I am wondering what I can do…should I contact my web host and ask to reset my site? I do have cPanel full backup. Or will that even work? I do know I need to update to a new version of WP, and a plugin needs updating (Yoast I think)…otherwise, I am at a loss (???)
We are not performing any maintenance work at the moment. The server is stable so whatever issue you’re experiencing could be caused by something in your software or app.
Please let me know if I can be of any further assistance.
The htaccess file is text, please copy the full contents between two lines of three backticks each on their own line and syntax highlighting should be shown.
Try a Google search for “pretty urls”
Try any of the 404 pages and prefix with your domain name followed by \index.php?
The htaccess should do this automatically to any unfound URLs
I found my .htaccess…copying the entire contents? Then between two lines…of three back ticks? Where are those “back ticks” and exactly what do they look like? I am not sure what any of that consists of. I am going to hire someone to look at all of this…my web designer is not even answering my inquiries. I appreciated your trying though
Hi @John_Betong, Seems the url problem is solved. All links are working now.
Yesterday I tried some of the WP internal links and they all worked, it was the pretty format of the menu urls that didn’t worked I think. Could that (that it was broken and seems fixed now) be done by the WP setup without admin interaction?
EDIT)
The “backtick” tip for code marking is hard to get, and on non English keyboard layouts the backtick is a combination key that takes two taps to be written out. In Nordic keyboards the backtick is on the top right and used with shift and another key e.g. space or itself twice.
That’s why I prefer to suggest the user to select the pasted code and use the </> button:
for a selected word in the text line for an inline code box (gives one backtick before and one after for an inline code box), or:
on a new line for a multiline code box (gives three backticks on an empty line before and three on an empty line after).