i've had update page's url in sharepoint 2013, , distributed links original url lead 404 error:
original
http://example.com/abc/pages/default.aspx current
http://example.com/xyz/pages/default.aspx is there way redirect abc/pages/default.aspx point zyx/pages/default.aspx within sharepoint?
you can add script part original page block of code redirect users when land on page.
<script> window.location="http://example.com/xyz/pages/default.aspx" </script> it sounds default.aspx file has been removed in original location well, need re-add empty page same filename first.
Comments
Post a Comment