I would like to remove the “.aspx” extension from pages in a SharePoint web application. This can be done with URL rewriting in IIS web applications, but I cannot find any way to achieve this is SharePoint site pages.
e.g. abcsite/pages/default.aspx should be abcsite/pages/default.
I am not sure which version of
sherepointyou are using.You can use
IIS URL Rewrite 2.0 modulePlease have a look at these example which has setp by step instructions
IIS7 URL Rewrite module
SharePoint 2010 with IIS URL Rewrite 2.0
URL Routing with ASP.NET 4.0