404 error with blog posts on localhost XAMPP site
-
Hi all,
I am currently building a website locally using XAMPP. Everything on the site is working apart from when displaying blog posts. The website is not a blog, rather it is a website which has a blog page.
My current permalink settings are:
Custom Structure: https://localhost/mywebsite/%category%/%pagename%The blog posts will not display with the url:
https://localhost/mywebsite/blog/post-title
I get the 404 Page Not Found.Nor are any of the posts shown when i click on the link for my main blog page, url:
https://localhost/mywebsite/blog
I get no content on the page apart from the main page title, Blog.However the blog posts will show when you click on the month/year links in the Archive widget on the side sidebar. They will appear one after the other down the page (latest at the top). An url with the form:
https://localhost/mywebsite/2015/09
But as soon as you click on the post title to navigate to the page of the post, I receive the Page Not Found 404 as before.I have been through the usual XAMPP procedure scattered around the internet:
1. Remove hashtag from: LoadModule rewrite_module modules/mod_rewrite.so
2. AllowOverride AllThese have not made a difference though. Can anyone help or identify where the issue lies?
Many thanks
- The topic ‘404 error with blog posts on localhost XAMPP site’ is closed to new replies.