Update: The issue is fixed. By simply reordering things within the htaccess file, we manage to fix the issue. WP was interfering with the rule which had to be placed above the code like this:
...
Type: Posts; User: julien_simon; Keyword(s):
Update: The issue is fixed. By simply reordering things within the htaccess file, we manage to fix the issue. WP was interfering with the rule which had to be placed above the code like this:
...
Hi guys,
I am pulling my hair with this redirect issue and hope you guys can shed some light on this.
Situation: Just took over a site that was switched to WP from aspx on April 1st. One of the...
Hi all,
I am not really posting a specific programming issue but I know somebody looking to replicate something similar to this: http://csr.mcfc.co.uk/ for a project they have. They are very...
Sorry I should have uploaded this thread. We fixed the problem. Something I had never seen before. It turned out that old html files were still on the root folder with a 404 status and were being...
Help!
I need your brilliant minds to help me solve an issue. I have a website built in wordpress that is giving me trouble.
Some regular pages load perfectly fine but render a 404 http header...
This article does a pretty good job at explaining it: http://www.seodesignsolutions.com/blog/seo-resources/seo-rss-and-the-power-of-syndication/
Background is definitely not an option, it will have to be inline like that.
I guess the main concern is that the SEO for the anchor text in option 2 will be negatively affected if we choose option...
Hi all,
I've got a quick question for technical SEO, specifically anchor text for internal links (not external links).
Is this fine?
<a href="<somelink">
<span class="img">
...
good catch - I read this article when it came out but missed that part. Thanks morestar :)
Actually, I didn't realize that the code I put in somehow redirected the home page to the first "secondary" page so the home page was gone. Good thing I know mccreath who has an htaccess redirect...
the scary thing is that the most they personalize results, the more we click on personalized results, the more it gets personalized and so on....it's a vicious circle that never ends and ends with...
I got one working.
The winning code is:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^tranebc.ca$ [NC]
RewriteRule ^(.*)$ http://www.tranebc.ca/$1 [R=301,L]
RewriteCond...
Haha, hijack my thread whenever you want. :) Especially when it's so close topics, it totally makes sense.
using the tool in your sig, I got this code:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^domain\.com$ /www.domain.com? [R=301,NE,NC,L]
RewriteCond %{QUERY_STRING} ^$...
Thanks Hyper. I will try that.
The blog was setup to go to the non www version so I had them changed that to the www version.
I want to write one .htaccess code that will redirect the non www to the www and redirect the www.domain.com/index.html to www.domain.com
It can be as many lines as necessary. I tested one for...
Hey guys,
I have a website that is html. There is also a wordpress blog on that website.
I am looking to implement 301 redirects to perform the following:
redirect the non www to the www...
well, it's actually making it worse because that page is on the same wordpress site as the page getting the other warning. I haven't done any special for the h atom feed or anything like that but it...
I've got a page working (a test page) - no warning but it still doesn't generate the display....
When I put each element on its own line, it actually reflects it on the page and gives me a break so how can I do that when it's in the middle of a sentence?
nah - I don't think that should be the problem.
Here is the bla blab part:
Thanks for your help though. I really appreciate it. If you want to have a look at the page:...
I tried with and without the phone and it still comes back with the same warning. :(
Thanks though - I'm doing some research but it's a mystery so far. I have followed Google guidelines but it...
I am trying to implement rich snippet for a person in a wordpress site and it's not working.
Here is the code I "tweaked":
<div class="vcard">
Every day I go to the gym, I spend time with my...
thanks for the suggestions! I'll do some testing and share the results.
Hey guys,
Do you know what the best way is to do a 301 redirect from a www. version to a non www.version without using htaccess? I have a site on a windows machine.
A programmer friend...