My website is https://www.gevin-ent.com Could anyone please help me? This has been puzzling me for a long time and I’ve tried everything (turned off all plugins, reset htaccess, etc. etc.). Only default permalink works with everything.
]]>When I click on the title or read more links in my posts it should take you to a new page where you can read the full post, but instead I get 404 page not found message.
Please guide me the solution.
Thanks.
]]>When I click it, the url is the old one and it goes to a ‘this page is missing’.
I could really use some help because I’m stuck at trying to solve this. Thank you!
I have the SEO by Yoast plugin installed, and this is my .htaccess:
Options All -Indexes
DirectoryIndex index.php index.html index.htm
# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
# END W3TC Browser Cache
# BEGIN WordPress
Options +FollowSymlinks
RewriteEngine on
# 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
This is how I link the permalink:
<a href="<?php echo get_permalink(); ?>">Comment</a>
I developed a new theme by following the below steps,
a. copied the existing twenty twelve theme and renamed the that theme as my new theme
b. modified the twenty twelve theme name in the style.css file with my theme
c. later, modified my theme for the client requirements.
Everything works fine until I change the permalinks from default to postname. All my pages are treated as 404 page.
So please support me to fix this issue.
Regards,
Sri
In wordpress site, I created one custom post type called city.
I created five cities
I created pages and set parent as each city.
Changed the permalinks settings to %postname%
Now when i open my page using the url https://localhost:8787/bangalore/homepage it is opening and showing the page not found. But this page not found error is insode the activated theme not by the browser.
I even established a duplicate post and published it after deleting the original one and I still get “Nothing Found”. I’ve checked everything but I don’t know what is wrong. Can you help, please?
]]>when I have changed the permalink structure to %postname%
My report links are not working anymore, its giving 404 page not found error, rest of the site is working fine and my report link is appearing as
https://mysiteurl.com/report/myfirstreport
Please let me know how to make my report link work along with permalink set to %postname%
Thanks in advance
]]>p id="breadcrumbs">You are here: <a rel="nofollow" href="https://blog.stocksigns.co.uk">Stocksigns Home</a> ? <strong>Safety Signs and Custom Made Signs Information</strong></p>/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
The site is stocksigns blog and the menu item is “hidden” as the last item – shown as a “full stop” . <—- full stop to hide it from general view. This link has worked in the past, i don’t know when it stopped working however.
]]>