| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | 2 days ago | |
| stats | profile views | 19 |
|
May 6 |
comment |
Can't seem to send 404 and Location headers together Gotcha, I missed that in the docs. Thanks! |
|
May 5 |
comment |
Can't seem to send 404 and Location headers together I don't think I am misusing them if you look above at what I am trying to accomplish, I am just trying to figure out why I can't send a 404 and then follow it with Location header and have the page redirect. As I mentioned, the Location header just gets ignore whether I place it above or below the 404 header in the code. The reason I want to send a 404 at all is that if a product no longer exists or needs to be removed from the site (but not from the database), I want to send a 404 to tell everyone on the search engine side that it's gone and dislplay the 404 page for humans. |
|
May 5 |
comment |
Can't seem to send 404 and Location headers together Is that right? When I try the latter code, I am indeed seeing a 404 when I watch HTTP using Wireshark: HTTP 279 HTTP/1.1 404 Not Found |
|
May 5 |
comment |
Can't seem to send 404 and Location headers together I think this is a legit use of 404. The URL example is http:/domain.com/goodproduct will send 200 naturally, but if something else is entered that is an old or invalid product id, http:/domain.com/nonexistentproduct, I want to send a 404 AND redirect to the existing 404 page. I am using a mod_rewrite to send a GET param on a PHP file unless a directory exists, in which case that is served instead. |
|
May 5 |
asked | Can't seem to send 404 and Location headers together |
|
Apr 30 |
answered | mod_rewrite existing directory |
|
Mar 24 |
answered | Make a Firefox add-on to inject some DIVs and add styles. That's it |
|
Mar 24 |
revised |
Make a Firefox add-on to inject some DIVs and add styles. That's it deleted 600 characters in body |
|
Mar 24 |
comment |
Make a Firefox add-on to inject some DIVs and add styles. That's it i actually got it working. thanks for for looking. the working code is above... |
|
Mar 24 |
revised |
Make a Firefox add-on to inject some DIVs and add styles. That's it added 52 characters in body |
|
Mar 24 |
revised |
Make a Firefox add-on to inject some DIVs and add styles. That's it added 735 characters in body |
|
Mar 24 |
revised |
Make a Firefox add-on to inject some DIVs and add styles. That's it added 735 characters in body |
|
Mar 24 |
revised |
Make a Firefox add-on to inject some DIVs and add styles. That's it deleted 41 characters in body |
|
Mar 24 |
comment |
Make a Firefox add-on to inject some DIVs and add styles. That's it thanks for the reply. i was not even able to make an alert() work. that is where i was starting. i am not looking for the code per se, just a point in the right direction, a corresponding tutorial. like i said, i was unable to get their sample code to work. it may have been a problem of their browser based builder. thanks |
|
Mar 24 |
asked | Make a Firefox add-on to inject some DIVs and add styles. That's it |
|
Jan 31 |
awarded | Popular Question |
|
Jan 30 |
answered | PHP if string contains URL isolate it |
|
Nov 11 |
answered | PHP Mysql increment a column during insert |
|
Oct 22 |
comment |
safari 5.1.1 margin different than everything else i have tested I will let you have the answer since the problem was my idiocy. |
|
Oct 22 |
accepted | safari 5.1.1 margin different than everything else i have tested |