Tagged Questions
1
vote
0answers
36 views
Combine redirect to naked domain and point existing content to /blog
I think the .htaccess setup for this ought to be fairly straightforward, but I'm having a hard time with it for some reason. I've just completed the migration of a WordPress single site installation ...
0
votes
2answers
97 views
Redirect pages to fix crawl errors
Google is giving me a crawl error for pages that I have removed like www.mysite.com/mypage.html. I want to redirect this pages to the new page www.mysite.com/mysite/mypage.
I tried to do that by ...
2
votes
1answer
61 views
Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?
I have seen this question asked several times here, but never clearly answered.
I suspect it has something to do with my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
...
3
votes
2answers
109 views
.htaccess Redirect 301 in Wordpress – From Post to Page
By default, Wordpress posts are added to RSS feed. For my website, I want to include Wordpress pages to RSS feed. I know that some plugins could help me. Instead, I try to use redirect 301 in ...
7
votes
3answers
226 views
How to re-direct Wordpress posts with 301
All my WordPress post URLs generate sub directories with duplicate content and I do not know what regular expression to use to consistently 301 redirect domain.com/category/post/random-number/ to ...
2
votes
1answer
422 views
.htaccess 301 Redirect for wildcard subdomains
I run WordPress in Network mode, which means I can have multiple websites running off one installation of WordPress. Each website runs as a subdomain. WordPress handles this using .htaccess, and a ...
1
vote
3answers
189 views
Rewriting URL to get Wordpress “permalink” type URL
I have created an ASP.NET site to replace a WordPress site that creates permalinks in the format:
http://example.com/the-name-of-my-post
I would like these URLs redirected to:
...
1
vote
3answers
207 views
301 redirects in main navigation menu of WordPress website - is this okay for SEO?
I want to allow a client to have a flexible way to configure the navigation menu for his WordPress website.
To that end, I have created a parent page called "Navigation", which has child pages for ...
2
votes
2answers
294 views
301 Redirect exception vs. Script new connection to DB
I'll get right to it because this will be long.
I've built a WordPress site for a client on a new domain name and 301 redirected his 3 other domains to point to it. Then, I learn that he has a ...
2
votes
1answer
320 views
how to set 301 redirect in wordpress .htacces file
In continuation of my previously asked question preserve-search-engine-index-while-shifting-to-new-domain.
The migration is being done in the word-press and we will have same server with same IP.Since ...
1
vote
2answers
2k views
htaccess 301 redirect subdirectory one level deeper - why is this not working?
it is probably a stupid question, but I have real troubles figuring out, how to redirect
/products to /products/item
It is a simple redirect, no regex needed. The toplevel site /products should just ...
1
vote
1answer
389 views
Setting up a redirect from 'www.example.com' to 'www.mysite.com/blog'
hopefully someone can give me a roadmap to get this done.
I run a self-hosted Wordpress blog at
http://www.example.com
which has numerous posts/links such as
...
1
vote
1answer
190 views
Redirect /project/permalink/ to /project/permalink.html
htaccess redirect (301) all my old content from my wordpress to my new url-design. I want to redirect all the last trailingslashs to .html ... the permalinks are allready working, but i dont want to ...
1
vote
2answers
210 views
Redirecting bad links to the correct links via htacess or 301 redirect plugin for WordPress
I'm getting a lot of 404 errors b/c I recently switched content management systems (Habari to WordPress). I would like to use the 301 redirect plugin for WordPress to capture and helpfully redirect ...
0
votes
1answer
70 views
Trouble with .htacess redirection
I use this redirect rule to redirect users from www.domain.com/admin to www.domain.com/wp-admin on a WordPress site.
RedirectMatch 301 \@admin http://www.domain.com/wp-admin
The problem is that ...
0
votes
3answers
495 views
.htaccess RedirectMatch 301 issue
I've moved my WordPress installation from one domain to another, and I want to use an .htaccess file on the original to redirect visitors to the new page on the new website.
The old site is ...