URL rewriting
-
Hi there, when we rewrite url for example, http://mysite.com/default.aspx?page=hello-world to something like this - http://mysite.com/default/page/hello-world My concern is when somebody bookmarks or directly hits the rewritten URL (http://mysite.com/default/page/hello-world), does that work? :wtf: Any help is appreciated! Thank you!
Aditya :-D
-
Hi there, when we rewrite url for example, http://mysite.com/default.aspx?page=hello-world to something like this - http://mysite.com/default/page/hello-world My concern is when somebody bookmarks or directly hits the rewritten URL (http://mysite.com/default/page/hello-world), does that work? :wtf: Any help is appreciated! Thank you!
Aditya :-D
Have you tried it?
-
Hi there, when we rewrite url for example, http://mysite.com/default.aspx?page=hello-world to something like this - http://mysite.com/default/page/hello-world My concern is when somebody bookmarks or directly hits the rewritten URL (http://mysite.com/default/page/hello-world), does that work? :wtf: Any help is appreciated! Thank you!
Aditya :-D
Try this out - its free http://urlrewriter.net/
Satish
-
Try this out - its free http://urlrewriter.net/
Satish
I use UrlRewritingNet.UrlRewriter.dll Following rule workin in IIS 5, Visual Studio Development Server. But not workin IIS 7. <add name="MyRule1" virtualUrl="^~/(.*)/Book.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/abc.aspx?KitapId=$1" ignoreCase="true" />
-
I use UrlRewritingNet.UrlRewriter.dll Following rule workin in IIS 5, Visual Studio Development Server. But not workin IIS 7. <add name="MyRule1" virtualUrl="^~/(.*)/Book.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/abc.aspx?KitapId=$1" ignoreCase="true" />
-
I use UrlRewritingNet.UrlRewriter.dll Following rule workin in IIS 5, Visual Studio Development Server. But not workin IIS 7. <add name="MyRule1" virtualUrl="^~/(.*)/Book.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/abc.aspx?KitapId=$1" ignoreCase="true" />