Forum Moderators: phranque
jdMorgan
thanks for your advice... I read your posts on other mod_rewite threads and they helped.
Question for you or anyone:
How long does it take to eat up the URL's? I've seen nothing happen good yet, in fact, when I do the site:www.mysite.com command, it even shows less URL's indexed than before.
Also, when you see the SERPS, does it show the new .html or the old?.asp for the pages? Still has the?.asp for my URL's.
I want to tell my programmer good job, but I'm not seeing anything productive after about 5 days. Should I be patient?
I read something one time about someone that rewrote and it did nothing because they only redid it internally or something? Does that make any sense? I'm just paranoid that it's not done right, but unfortunatly, I'm too dumb to figure most of this out.
[edited by: jdMorgan at 7:11 pm (utc) on Mar. 10, 2005]
[edit reason] Linked to previous discussion. [/edit]
A rewrite is a server-internal change to the relationship between a URL and a filepath. A redirect is an HTTP transaction involving the client that tells the client to use a different URL to fetch a requested resource.
To fix a problem with a %20 or space character in a URL so that the change is noted by search engines, you'll need to use a 301-Moved Permanently redirect.
Check your old URL using the WebmasterWorld Server Headers [webmasterworld.com] checker. You should see a 301 response code. If so, good job!
Jim
It says that, but I have no idea what it means. I'm more than a little frustrated, sigh.
The response was 200-OK, rather than 301-Moved Permanently, which is what you wanted. But since it's an IIS server, mod_rewrite isn't available, so the redirects won't work, and this is the expected result.
Jim