Hello my name is vaibhav and my site is www.tricky-photoshop.com
I am having a peculiar problem with my website. I have created an "about" page for my website and it was working fine few days ago.
But now with the same URL, my theme is showing "page not found". For example suppose I have set the URL of "about" page as "abc.com/about" and then publish the page but when i type "abc.com/about" in URL box in my Google Chrome then my website shows "page not found".
Screenshots
https://www.box.com/s/zcjm532yzavc4rdyyxki (note that the URL is " /about")
https://www.box.com/s/9jjfnsdv6i79glf7aa2r (with same URL theme is showing "page not found")
Same thing happens with all the pages in my website (except home) but with posts its working fine.
Thank You in advance
One thing to try is toggling permalinks to default, and then back to post title.
Go to Settings>Permalink Settings select default, save, and then select post name or whatever setting you had before. That's sorted out some strange issues for me in the past. That will be useless if you are putting the wrong url into the permalink field, so make sure that is correct first.
Related
I am new to WordPress and followed instructions to link a page to a menu item but it's not working. I go to Dashboard>Appearance>Menus. I check the About page on the left and click Add to Menu. It shows up on the right. I click Save Menu.
I go to the main site (www.tekknow.net), click on the About menu item, and it says "This page isn't working". Suggestions?
EDIT: The field values in Settings > General are
Wordpress Address (URL): http://tekknow.net
Site Address (URL): http://tekknow.net
The permalink setting is now set to Post Name and the About menu item now shows tekknow.net/about in the URL but still getting error. This time error is "This page isn't working - ERR_TOO_MANY_REDIRECTS". I googled that error and found this informative page: https://kinsta.com/blog/err_too_many_redirects/ but nothing I tried would fix it.
I've cleared the cookies, deactivated all plugins, can see no redirect to HTTP or https in the .htaccess file, resaved the permalinks, yet the error persists.
Please help!
I contacted my HostGator support and they solved the problem. Had to delete the About page, recreate it, re-add it to the menu. Then it worked! Something about the original About page that came with the twentyseventeen theme that it didn't like. Horrible first experience with WordPress.
I'm using utf8 urls (Hebrew) and encountered a weird behavior.
Reaching the website and browsing between pages works perfectly.
But copying the url and pasting it to a different tab will get you to a 404 page.
Also all links that are indexed by google shows 404 errors
This problem occurs only on the woo-commerce category links and i should mention that im using a plugin to remove the category base from the url.
How can i solve this ?
You can view the behavior on http://thj.360.co.il/
You may need to update your permalink structure again in settings. Just save the page again so it updates htaccess.
Pay attention that the link in hebrew parsed differently from the link that works:
WORKING LINK:
http://thj.360.co.il/%d7%98%d7%91%d7%a2%d7%95%d7%aa-%d7%99%d7%94%d7%9c%d7%95%d7%9e%d7%99%d7%9d/
NOT WORKING LINK:
http://thj.360.co.il/%D7%98%D7%91%D7%A2%D7%95%D7%AA-%D7%99%D7%94%D7%9C%D7%95%D7%9E%D7%99%D7%9D/
As you see in the second link all the letters are capitalized...
I'm building a photography portfolio for a client using the digifoto theme. When I try making a portfolio, it comes up in the gallery page, but when I click to see the photos in it, it says "Not Found - page being requested could not be found".
I'm clicking into the portfolio tab, making a new one, titling it and inserting photos, then the details in the correct fields, I create the "post" (portfolio), but I can't preview it (I got the 'not found' error) and I can't see it as a published thing anyway.
It seems like there's no documentation on the Digifoto theme (how to use it). Any WP experts here that can help?
Seems to be a Permalink problem. It often happens when you register custom post type (portfolio in your case) and the link goes 404. Try saving the permalink structure once again and it will work.
Permalink Settings:
Navigate to Dashboard > Settings > Permalinks
I have a post in wordpress. I changed its permalink. Previously it was:
http://example.com/foo/dogs-so-awesome/
and I change the permalink to:
http://example.com/foo/dogs/
I was expecting the old url to no longer work, but I can still hit it from a web browser and see the page. The new url works, too. Is wordpress doing a redirect here? I'd actually like to remove the old url so it 404s when someone tries to hit it. But I can't find anything in the wordpress admin interface that suggests how to do that.
Thanks
Did you change the title of the page? or the permalink?
If you changed the "title" of it, then the page will be titled dogs, but the permalink will still be dogs-so-awesome. Just underneath the title is the permalink with an "Edit Permalink" option. Use that.
If you want to 404 it, you could use something (possibly the Page Links To plugin) and create a post at dogs-so-awesome and 404 it.
I'm trying to troubleshoot an issue on a client's site. There is one specific page which appears as "not found" unless you log in and then visit the front end, in which case it appears normally. The visibility on the page is set to public, and in every other way it's a normal boring wordpress page. Stranger still, it only started happening recently (after months of trouble-free use).
Problem page: http://www.leecamp.net/schedule/
Any ideas why this would happen?
is it set to published? and the published date set to a date in the past and not the future?
Id also look at your 404.php page, and get it fixed, just copy page.php and rename it to 404.php, just so its more of a fit to your site and not broke. also just double check to make sure the permalink to your page matches what you have in your Title field!
:)