URL Rewriting

I want to rewrite URL's from asp type ones with querystrings to more search
engine friendly ones. I was looking at two options:

isapirewrite or a bit of a hack which replaces the 404 page with a custom,
which examines the url and then does a server transfer to the querystring
page.

The hack works quite well with one problem, only the 404 page is written to
the IIS log. Does Isapi rewrite have the same problem.

Can anyone recommend any pointers to combining URL rewriting and web
statistics.

View Replies


ADVERTISEMENT

URL Rewriting

how to do URL rewriting in ASP with IIS 5 (possibly 6). Aside of course from switching to Apache ;) Regards, Chris. I want my products/product.asp?id=1243124 to read products/friendlyurl.html

View Replies View Related

Rewriting Html

I have some large sections of html that I need to rewrite using resonse.write. I'm curious if there is a good tool to automatically output the html into a response.write statement (eg double quotes, & _).

View Replies View Related

Rewriting Posted Content

The scenario is that posted data from World Pay is to be used to construct one of two pages depending on the content of one of the posted variables. Could someone help with passing on posted data to another page. I have in mind loop which reads the posted data and reconstucts it to pass on using a redirect with a querystring - if such a thing is possible. Or is there an easier way?

View Replies View Related

301 Redirect And URL Rewriting Issue

I'm using an open source .NET URL rewriter to handing 301 permanent redirect and url rewriting on my site. We want to use the url rewrite to clean up our urls for SEO purposes, and we want to use the 301 redirect because we are changing up the directory structure for the URL paths. With the URL rewriter, we can use regular expressions in the web.config for both the redirecting and rewriting.

Well, our current naming convention makes it impossible to use a regular expression for the redirect. It's an apartment site, and for the ratings pages the url paths looks like this: Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved