Questions tagged [url-rewriting]

URL rewriting is the technique used to "translate" a user-friendly URL into something the server can understand.

URL rewriting is the technique used to "translate" a user-friendly URL into something the server can understand.

47 questions
57
votes
5 answers

Support for URL rewriting?

Is there anything built into SharePoint 2010 that will handle this? If not, can anyone suggest where to start to implement something that will allow me to rewrite URLs so they are more SEO and user friendly? For example I have the following…
Abe Miessler
  • 6,755
  • 23
  • 75
  • 121
5
votes
2 answers

How to check for performance in URL Rewriting

I am coming at this from a different angle, probably, but mostly the question I am being asked is if we implement URL Rewrite to handle redirecting older URL's into SharePoint is there a performance hit to our SharePoint 2010 farm? I'm not really…
MichaelF
  • 1,161
  • 2
  • 15
  • 31
3
votes
1 answer

SharePoint 2010 - 301 URL Rewrite

My requirement is to implement 301 redirect. I have tried using URL Rewrite using iis and Web.config. But both iis & web.config is taking more size. Kindly suggest the possibilities to implement 301 redirect in sharepoint 2010 without using iis &…
2
votes
0 answers

Regex pattern URL rewrite

I need to redirect our old urls like the following using the IIS 7.5 url rewrite tool: http://www.mywebsite.com/mypage.htm or http://www.mywebsite.com/first+level/second+level/mypage.htm (urls can potentially be one or more levels deep) Here are the…
akhanaton
  • 131
  • 8
1
vote
1 answer

How to replace spaces in a dynamically generated URL with dashes?

I have a page that takes a URL parameter, matches it to a field in a list, and displays a different page for each list item. I want the parameter values to be easy for humans to read. For this reason, I don't want them to have spaces in them. As…
mcook
  • 65
  • 2
  • 9
1
vote
1 answer

URL Rewrite so a domain.com is directed to domain.com/page.aspx

I've been scratching my head trying to learn how to do URL rewrite. Essentially I'm trying to achieve when user visit https://sp.company.com/ is redirected to https://sp.company.com/sites/public/default.aspx. Can someone show me how to set up the…
David L.
  • 129
  • 11
0
votes
2 answers

Access sitecollectionimages images as root directory

Possible Duplicate: Support for URL rewriting? I have some files under SharePoint 2010's SiteCollectionImages library. But I need to access them as root, for eg http://abc.com/image123.gif must be possible, though image123.gif is in root web's…
vasya10
  • 862
  • 8
  • 19