Tagged Questions
0
votes
1answer
27 views
how to set up wp in folder within static website?
In my server I have the following file structure:
www/
index.html
js/..
css/..
img/..
index.html
...
blog/
.htaccess
index.php
wordpress/
.htaccess
wp-config.php
...
1
vote
1answer
40 views
Post preview gives 404 when permalinks are purely date based
I have an issue pertaining specifically to the situation in which permalinks are set to be based only on publication date. My permalink structure is as follows:
/%year%%monthnum%%day%/
When I try to ...
0
votes
1answer
76 views
How to get permalinks with category base working with sub-categories
I ran into an issue with a site that needs the category base also included in the custom permalink structure. I know this is an issue and I have read many posts like this that gave me some insight...
...
0
votes
0answers
23 views
%page%/number didn't return 404 but redirect to /%page%/
I've got page, for eg. /about/
when after slash I put some numbers (not letters) I still get this same page.
I really want 404 there.
Why? What to do to avoid that? SEO itp...
0
votes
0answers
61 views
permalink and add_rewrite_rule - error 404
I'd like to have comments in a separate page with a dedicated template only for posts in a specific category (slug shops). Example: mysite.com/post-incatshops --> mysite.com/post-incatshops/comment
...
0
votes
0answers
23 views
WP pages return 404 after BP installation
I am running an installation of BP 1.7, which I am loving to bits.
All my permalinks within BP (members, activity, etc.) work perfectly fine, but my "regular" Wordpress pages (about, contact, etc.) ...
2
votes
1answer
151 views
New categories are now going to 404s
I have a WPMU site with hundreds of blogs on it. We are on 3.4.2 and this is the first time I'm seeing this issue within a few of my sites.
Basically, what happens is that I'll create a new category ...
3
votes
2answers
157 views
Custom post type 404s with rewriting even after resetting permalinks
I created a custom post type, of which the (simplified) arguments are:
register_post_type(
'Event',
'public' => true,
'rewrite' => array( 'slug' => 'eventy'),
'has_archive' ...
0
votes
0answers
104 views
.htaccess & permalink causing 404 errors on old pretty links
Ok, so I know similar issues have been posted before but I have yet to find a solution.
I was foolishly messing around with plugins and my .htaccess last night and got myself into this pickle. ...
0
votes
1answer
109 views
Wordpress permalink change causes all incoming links to give 404 errors
My site URL is http://funandfoodcafe.com
I changed my Permalink structure to Postname today, and I am using WP 3.5.
All the links on the site redirect to the new structure correctly, but all incoming ...
2
votes
1answer
58 views
Some posts returning 404 instead of displaying post
I'm having a problem with my Wordpress install. All of a sudden some of my posts return 404 errors when I try to go to their permalink. My post names are all numbers and this started happening when my ...
0
votes
1answer
43 views
Permalink Trouble with custom post types
When using custom post types I reach a dilemma where I have to use flush_rewrite_rules(); when using a permalink structure, otherwise it goes to a 404. After using it It works on one CPT but if you ...
0
votes
1answer
171 views
Pagination breaks on child-categories, works fine on parent-category
I have two parent categories, and pagination is working fine on them - the paged url's show as:
/parent-category-1/page/2/ ... etc
/parent-page/parent-category-2/page/2/ ... etc
However, when I go ...
8
votes
5answers
575 views
Getting hierarchical custom post type permalinks to work just like pages
I've dug through every question here on custom post type permalinks, but most seem to be either problems with custom taxonomy rewrites, or the obvious missing of flush_rewrite_rules(). But in my case, ...
1
vote
1answer
706 views
Nginx Rewrite Rule:: index.html added to every permalink
Been working for several hours on getting my WordPress site to run on a secondary VPS with Nginx. Home is loaded and W3T Cache is working OK, but the permalinks are still broken and each one of them ...
1
vote
1answer
115 views
Permalinks okay some pages but 404 error on others
I recently upgraded to WP 3.4.2 and had multiple issues with custom theme. In the course of trying to fix those, permalinks broke for some pages, not others. I get server 404 page not found for the ...
0
votes
2answers
94 views
404 Error On Custom Taxonomy Pages 2, 3, etc
I've been reading a bunch of posts about this with no luck so far. I can't seem to figure out what is the problem.
I have the following:
Custom Post Type: Sermons
Custom Taxonomy: Series
My urls ...
0
votes
1answer
217 views
404 permalink errors on Pages only
I am having a strange issue with permalinks while using the /%postname%/ structure.
I can access my custom post types using the pretty permalink localhost/cpu/<post-type>/<post-title>/ ...
0
votes
0answers
99 views
404 error on only one page [closed]
I can't seem to figure out what's wrong here. I've updated links from a subdomain (test.domain.com)to a regular domain(domain.com) in my php files and through a search and replace script for the ...
2
votes
1answer
238 views
Setting 404 page in Nginx
I am using this page (http://wiki.nginx.org/WordPress) to setup my WordPress on a nginx/php-fpm server.
Everything is okay, except the 404 page
When I request www.example.com/foo, it send me the ...
0
votes
1answer
116 views
Clean install - Changing permalinks in twentyeleven give 404
interesting problem that I encountered, not sure if it's bug or not..
On a clean install using the twentyeleven theme I try changing the Permalink Settings to something different from the Deffault ...
0
votes
1answer
201 views
using wp_redirect to redirect to a permalink
I'm using wp_redirect to change the URL of my 404 page:
function show_404($message = 'page not found'){
wp_redirect(home_url() . '/error/404?m=' . urlencode($message));
exit();
}
I have ...
-1
votes
1answer
116 views
Parent pages not found with pretty permalinks
I'm building a site and for some reason all the parent pages are 404ing, only sub-level pages are displaying with pretty permalinks. If I use default permalinks, everything works fine.
I've tried ...
0
votes
1answer
115 views
Permalinks not working (404) for the 'item' post type
I have searched various forums and blogs, however I could not find the isuse so far, neither a way to fix it.
item does not seem to be a wordpress-reserved word.
My custom post type registers just ...
0
votes
1answer
61 views
old permalinks not found
Looking through Google Webmaster Tools, I have a lot of 404s for posts with permalink structure of /%year%/%month%/%day%/%postname%/
I have since changed permalinks to /%category%/%postname%.html
I ...
1
vote
1answer
189 views
Moving local wordpress page to a real server subdomain broke my permalinks?
I developed a site locally with /%postname%/ permalink structure. I did some sample posts locally and wanted to move this entire local setup to a temporary subdomain like http://review.clientsite.com. ...
0
votes
1answer
192 views
Safe to throw 404 error in request filter?
I am working on a plug-in for my personal site and I would like it have a certain permalink structure (/projects/project-type/sub-type/project). To achieve this, I am using the request filter.
Inside ...
2
votes
2answers
771 views
Including category-base in a post permalink results in 404
I have static front-page and separate page /news/ as the Posts page. I would like to have the single-post URLs like this:
www.example.com/news/categoryname/subcategory/postname/
and for the ...
0
votes
1answer
577 views
The requested URL was not found on this server [closed]
I'm running wordpress locally on 127.0.0.1 on mac osx lion. All links work fine. Problem is when I add pages, and set permalinks to the page, and then associate the page with one of my template ...
0
votes
1answer
97 views
What is the permalink structure for custom taxonomy? [closed]
I have a custom post type called d-questions, and a taxonomy called q-categories with a term called books.
The problem is that I can not find the right URL to get the list of post belonging to the ...
0
votes
1answer
68 views
Permalinks break every day
I have critical problem!
My Wordpress Blog has the permalink structure /%category%/%postname%/.
The problem is that very often the permalinks break so I get a lot of 404-Errors.
I can fix it ...
0
votes
1answer
140 views
Bizarre Permalinks Issue: 404 Errors Everywhere
First and foremost, this is definitely a duplicate of the age old question of "my Wordpress permalinks are generating 404 errors", but in a way it's different because no solutions I've tried have ...
3
votes
3answers
315 views
Hierachical Custom post types permalinks not working
Been looking for someone with this same problem for hours now so I decided to post my own thread.
I have a hierachical custom post type called contact-information. Using this I have parentpages ...
0
votes
2answers
600 views
Custom Permalink with Dynamic Taxonomy for Custom Post Type - Works, but breaks other permalinks
My custom permalink with dynamic taxonomy is working for my custom post type. However, it breaks all my other permalinks. They display a 404 error in the content area (header and sidebar still ...
1
vote
3answers
580 views
Changes to permalink structure results in 404 error for all pages other than home
When changing the permalink structure on my site, I get a 404 error for every page except the home page. I've see other questions that mention resetting the permalink structure to get it work, but ...
0
votes
3answers
841 views
Problems with 404, .htaccess, permalinks and Wordpress custom posts locally on Snow Leopard
I have a custom "about" post:
function about_register() {
$labels = array(
'name' => _x('About Page', 'post type general name'),
'singular_name' => _x('About ...
0
votes
1answer
344 views
I get 404 after slug change - what can be done? [closed]
I just changed the slugs for 4 pages on my site, and since then I get a 404 when trying to visit them. When I switch to normal/ugly permalink structure it's fine, and when I switch back the problem ...
0
votes
1answer
1k views
WP-e-commerce (getshopped) - Annoying permalink issue
i’m using wp-ecommerce (getshopped) and WPML on a website, all pages display correctly when i use the default (/ugly…) permalink structure, but when i try to use the much desired permalink structure ...
0
votes
1answer
254 views
404 working selectively [closed]
I'm having this strange problem on my latest working project. It's really weird, like Wordpress is ignoring 404.php theme file on occasions, and specifically:
domain.com/a-post-name-does-not-exists/ ...
0
votes
1answer
495 views
Custom JSON feed rewrite
I'm trying to implement a feed of information from an Event custom post type in JSON format, to be used in a FullCalendar implementation, pretty much as described here. The one thing I wanted to ...
0
votes
1answer
803 views
404 error on all pages except home page [closed]
For no apparent reason, my wife's blog is only available on the homepage (i.e. the top domain). None of the posts or categories are available and I get a 404 error (a server 404 not a wordpress 404) ...
0
votes
1answer
106 views
Browsing to permalink prefix results in 404
I have set my blog permalink as follows:
/news/%postname%
This works. Going to any post, such as /news/test, will serve the single.php as expected. I can also browse to a category such as ...
0
votes
1answer
293 views
404 Error on Custom Post Type / Custom Taxonomy
I have a registered post type with 'rewrite' set as slug=>cpt_name, with_front=>true.
register_post_type( 'objection_handling',
array(
...
0
votes
2answers
317 views
Custom Post Type Taxonomy Permalinks [closed]
I am having a very specific issue on permalinks.
I have a custom post type and a taxonomy.
Using the function below sorted out the correct structure of the taxonomy permalinks.
function ...
0
votes
1answer
210 views
Problem with special character WordPress
I have a WordPress and everything seems perfectly fine but I have this page that has title 77% and it shows error 404 page.
How can I fix this? I am kind of sure it is because of the % in the 77%. ...
0
votes
1answer
51 views
Need help with major category and permalink re-organization
I would like to re-organize my categories and the permalink structure.
I want to rename and merge categories, make previous categories sub-categories and change the permalink structure from
...
0
votes
3answers
187 views
404 error when migrating to another url [closed]
I have my site in this url which has the content I want to put here. The second link is a CNAME located in the same server as URL 1 that points to another server (the real one).
But just the homepage ...
1
vote
4answers
2k views
After server migration only the homepage works
I have recently changed hosting of my WordPress site to VPS.net. I have moved all of my files and imported the database. Everything appeared to be fine until I clicked a link and noticed that all of ...
0
votes
1answer
700 views
custom post type and custom taxonomy url conflict
I have custom post type called paintings and it has a custom taxonomy called paintings_category.
Currently I have this situation:
example.com/paintings/
A page using page-paintings.php
...
0
votes
2answers
841 views
Problems redirecting to “pretty” permalinks (wordpress in Subdirectory)
I've got problems getting pretty permalinks to work.
When changing the permalinks (e.g. to month/name), my .htaccess (in the wordpress directory - there is another one one level up) is changed like ...


