Tagged Questions
0
votes
0answers
183 views
Why 'Authorization Required' is coming on wordpress login
When i try to login to my WordPress blog admin why this pop up error come ..
"Authorization Required"
http://stpatrickscollege.edu.pk/wp-login.php
0
votes
1answer
39 views
Issue after changing permalink structure [duplicate]
My old permalink structure is like this:
domain.com/POSTNAME/
My new permalink structure was switched to this:
domain.com/CATEGORY/POSTNAME/
I need to set up a 301 redirect in htaccess that ...
0
votes
1answer
80 views
Serve apache 404 for missing assets rather then wp 404 template WP_Rewrites
I have a custom 404 page, but dont want serve it for every broken asset that may crop up. Instead I want to just serve the Apache 404 as its much faster. I've found the following htaccess rule that ...
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
2answers
76 views
Some images 404
I migrated our old blog to the same server in the main root. For some reason a couple of images won't load up any more even when they are in the /uploads/ folder. When going to them as a URL I'm ...
1
vote
0answers
55 views
One post on my website is going to a 404 page
So I ran into an incredibly odd and frustrating problem today. As the title says, as of today one of the posts on the website is going to a 404 page.
This is the ONLY post that goes to a 404 page. ...
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 ...
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 ...
0
votes
2answers
258 views
Multisite - 404 when accessing sub-sites
Setting up a multisite on a blog which root url is dev.domain.com, using subdomains. So, for example, a subsites address : site1.dev.domain.com
Everything works fine as long as i stay on the main ...
0
votes
3answers
840 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
802 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
3answers
880 views
Wordpress multisite giving a 404 on all new pages created [closed]
I am using multisite on wordpress using subdomains on my local.
I had created a page for one of the sites [site1.local.loc] with the link [site1.local.loc/page1 ; I entered this in the page creation ...
4
votes
5answers
2k views
How do I skip wordpress's 404 handling and redirect all 404 errors for static files to 404.html?
How do I skip wordpress's 404 handling and redirect all 404 errors for static files to 404.html?
I read and it seems its not possible when using permalinks?
The objective is to reduce the server ...
5
votes
6answers
7k views
Cannot access non-wordpress subdirectories as wordpress overrides them with a 404 error
I refer to this question previously asked and not suitably answered:
Wordpress overriding actual subdirectories
and also
Non "Wordpress" pages/code getting 404 error.
I have the same ...
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 ...
0
votes
3answers
794 views
WordPress category gives 404 after moving to a different domain
I just moved a site from one domain to another and now category links are all 404. I have flushed the rewrite rules, recreated the .htaccess file but still it throws up 404.
Weird thing is that if I ...