|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
well, here iw what I've found so far:
Quote:
|
|
|||
|
You could use mod_rewrite on Apache to make it seem like it was actually html files. I have a script that runs through our dynamic site and pulls down the generated html, then saving it in a html file. Allows us to use our CMS without having dynamic URL's, and I can do some filtering of the code as needed.
Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies |
|
||||
|
thanks brian.
I can't really move to apache since I don't know PHP. |
|
|||
|
I don't know php at all either. Just thought I'd throw out the Apache option as well. IISRewrite does basically the same thing.
Just be careful that you don't link to the files both ways. That'll create duplicate content quicker than you can say "Filtered". Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies |
|
||||
|
Is this what you mean?
http://www.hibiscusflorals.com/Silk_...ection_104.htm If so, it's actually a pretty easy thing to do within IIS and ASP. What you do is you set up a custom 404 page to handle your dead link requests, and parse the URL information. In this case, the URL is checked for the product itself (Peonies & Cymbidium Orchids Collection) and the corresponding product detail is shown. Note: the reason it says "andsign" in the URL is because I've found that the custom 404 doesn't handle & signs very well, and this is my own hack for it. The only downside to this route is that in stats compilers, it shows /404.asp as your most common page, which is kind of misleading. But then again, so are "products.asp" and "productdetails.asp" so I guess it's six of one, a half dozen of the other. http://www.4guysfromrolla.com/webtech/123000-1.shtml is where I learned about this concept for the first time. The only weak spot in the article is that the Response.Redirect command causes another call to the server. Use Server.Transfer and session variables instead of Response.Redirect and querystrings. It's much more search-engine and resource-friendly. Note: you'll have to ask your host if they offer this. If not, there are a bunch that will including Sectorlink (on their Multi-Bronze and higher packages) and *BLECH* Interland, although I'm not sure which package because I haven't used them in 2 years.
__________________
Toronto Web Design | Search Engine Friendly, Standards-Compliant Layouts | Walk on my Path (my blog) |
|
||||
|
thanks a lot adam. that's exactlly what I've been looking for. but I guess I'm going to have problem with my host about this. I'm with 1and1 atm, and I'm pretty happy with the service. but I guess I'll move on if I have to.
|
|
||||
|
That's hard to say. A lot of hosts don't specifically mention custom 404s (or 500s either, for that matter) but if you ask them nicely, they'll often do it. It's only a two-minute adjustment in IIS for them anyway.
__________________
Toronto Web Design | Search Engine Friendly, Standards-Compliant Layouts | Walk on my Path (my blog) |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |