![]() |
URL rewriting through global.aspx file
protected void Application_BeginRequest(object sender, EventArgs e)
{ if (Request.Url.ToString().ToLower().Contains("aboutus.aspx")) { app.Context.RewritePath("/PrayerForPease/showStaticPages.aspx?pageId=" + pageId); } } |
All times are GMT -7. The time now is 02:06 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.