Linking a sharepoint site to a non sharepoint site

Hello, i want my sharepoint site to display a part of the intranet of my company. so that the employee's can acces that part of the intranet, through sharepoint, at home. And if i make any updates/changes at the files in intranet that those changes also
happen on sharepoint. So i have to make updates only in 1 file instead of 2. Like linking/mirroring sharepoint to the site or something. Is this in any way possible?
Thanks in advance!
-Rick

Hi Rick,
Please try to mapping a Drive to a SharePoint Site.
The following articles for your reference:
SharePoint 2010 - Mapping a Drive to a SharePoint Site
https://answers.uchicago.edu/page.php?id=32514
Using SharePoint Document Library as a Network Drive
http://mroffice365.com/2012/02/using-sharepoint-document-library-as-a-network-drive/
Best Regards
Dennis Guo
TechNet Community Support

Similar Messages

  • Creating custom lists that are links to SharePoint sites.

    I am new to SharePoint 2013 Online and was wondering if there is a non-coding way to build a sub-site from a template that is not initially connected to a site collection. Attach this sub-site to a site an already existing site collection afterwards and
    use data from the sub-site that is created, to generate a custom list items that can also be used as links to the sub-site itself.
    How I thought this might work would be to create templates for site collections (if that is even possible), and then use a links list or some other type of linked list but not exactly sure how this is done in SharePoint.
    Any input on how to go about this would be greatly appreciated as well as any insight as to whether this is even possible to do with out coding. Thanks in advance.

    Hi,
    According to your post, my understanding is that you wanted to create custom lists that are links to SharePoint sub-sites.
    I recommend to create a custom list and add a multiple line column to display the sub-sites url.
    Then create a workflow associate a custom list and use “Call HTTP Web Service" action and “Build Dictionary" action to get the count of the sub-sites.
    Then use the Loop Stage to create a new item in the custom list and set the multiple line column to the url you get in the dictionary.
    Here is a great blog for you to take a look at:
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    In addition, you can use the build-in webservice via SharePoint Designer.
    More information:
    http://www.balestra.be/2012/03/show-all-subsites-on-a-sharepoint-2010-page-without-code-via-sharepoint-designer.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • 404 page not found in one sub link of SharePoint Site

    We have an SharePoint 2010 Farm (a single farm), it was disconnected by accidentally, I reconnected it successfully through config wizard, but as I tested each site in the farm, and found one of  links on a site was gave 404 page not found error.  The
    site (http://xxx:200/default.aspx) is working and other links on this site are working only one link is showing 404 error, I've checked
    1) Eventview, nothing related
    2) SharePoint Log, nothing related,
    3) IIS, running fine since the site is up, 
    4) checked at CA, site collection and web application are all good.
    Where else I should check? 
    Any help would greatly appreciated.

    which link is throwing the error, could you please mentioned that?
    Do you have any custom  /farm solution deployed into the farm, if yes make sure the solution is sucessfully deployed.
    Also make sure if there is any customization which required to that page , still there.
    Try to detach the content DB and reattach it.
    also try to reset IIS.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Remove "Page" Link in SharePoint Modal Popup

     Hi,.
     How to remove "Page" Link in SharePoint Modal Popup as shown below
    Ravindranath

    Hi Ravindranath,
    I could see you are loading a custom webpart inside modal dialog, try adding the below code in your webpart design file(.ascx)
    <style type="text/css">
    body {
    overflow: auto !important;
    #s4-leftpanel {
    display: none;
    .s4-ca {
    margin-left: 0px !important;
    #s4-ribbonrow {
    height: auto !important;
    min-height: 0px !important;
    #s4-ribboncont {
    display: none;
    #s4-titlerow {
    display: none;
    .s4-ba {
    width: 100%;
    min-height: 0px !important;
    #s4-workspace {
    float: left;
    width: 100%;
    overflow: auto !important;
    body #MSO_ContentTable {
    min-height: 0px !important;
    </style>
    Please remember to click 'Mark as Answer' on the answer if it helps you
    Regards,
    subhash reddy

  • IncludeText in a Mac Word file linking to SharePoint

    Hello,
    I've looked around the web and the forums and I have found little information on this subject, so here goes...
    I have a Word document that has several INCLUDETEXT fields that point to source documents located in a SharePoint Online Library (Office 365 Enterprise). I built the target document in Word 2013; all of the source documents are based on this target document
    template.
    In my own Windows world (Office 2013 or 2010, Windows 7), I am able to make the various INCLUDETEXT fields update as I want and expect that they would. When I test the target document on a neighboring Windows world (Word 2013/Windows 8), the fields work
    as anticipated and expected.
    The problem arises when I move to an Apple machine and try to make the fields work in the Apple orchard. When I open the file from SharePoint into MacWord 2011, everything looks fine.  But if I go to update a field manually, I first get a pop-up window
    error message that says "Not a valid address" and then the target document field I was attempting to update displays "Error! Not a valid filename". This is the same on two separate machines, two separate users. Permissions for both users
    look fine, one of the users has identical permissions as myself (full control).
    Currently this is what my code looks like:
    { INCLUDETEXT  "https://*domain*.sharepoint.com/sites/**********tech/shared%20Documents/Templates/0.0_CoverPage.docx?Web=1" \*MERGEFORMAT}
    Is my address too long (I removed our domain which is 19 characters plus an additional 10 before "tech" for a total of 29 characters missing from the URL above)? Is there another way to accomplish this task?
    Any help is appreciated!
    Brian

    More information from my reply to a couple of responses over at the Office for Mac Forum (posting title 'INCLUDETEXT and SharePoint'). Including them here in case someone here can point me in a direction with more information...
    "...this seems like an issue with Word for Mac versus SharePoint (the file tests okay under every scenario tried with Word 2013 and SharePoint) I figured I would ask the crowd here as well.
    Phillip, I took a look at all of my paths and it doesn't look like I have forbidden characters there (SharePoint also doesn't like those characters since it makes the file name a part of the URL). Where I can I try to replace spaces with underscores, again
    a SharePoint thing because of the URL's. I also thought for an optimistic hot second that maybe the file name "0.0_CoverPage.docx" may work better as "00_CoverPage.docx" (losing the period), but that of course had no effect.
    I've tested this in Word 2010 since it is to my understanding closer to the build of Word for Mac 2011, and it goes through the same process of signing in and downloading as Word for Mac does. Except that 2010 is actually successful at completing.  :-(
    Has anyone ever tried to link to SharePoint through Word for Mac? Am i the only one crazy enough to do this?"
    Brian

  • Sharepoint 2013 Company Calendar link with sharepoint calendar

    hi,
    I linked the SharePoint calendar with the exchange calendar and it works perfectly with my own calendar,
    but I want to link it with the company general calendar in outlook. Is that possible ?
    Thank you,

    HI THERE,
    I am aware of that .. but once i overly it i shows all calendars in my account .
    while i wanted to show only a specific calendar from the exchange to the SharePoint .
    Thank You,

  • File not found when adding a link to another site collection on the navigation page

    When I am adding a link to another site collection in the navigation page, I got the following error. Is there any limitation for the navigation setting? why can't we add a link to another site collection in the navigation page?
    This is SharePoint 2007

    Hi
    the URL provided is working?  (check it in separate browser window )
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Links from My Sites (Follow) / Follow Documents doesn't work.

    Hello All,
    We have build a sharepoint env and are now extending the site to the extranet users. For the main site and the My sites we have extended the zone. We have checked the AAM and all settings are correct.
    We have 2 Web applications:
    Default Web Application : Hosts the SP site that we build on port 8000  (SPSRV:8000)
    My Sites Web Application : Hosts the My Sites host on port 8001 (SPSRV:8001)
    We have extended the 2 sites to and let SP create a IIS Site.
    Default Web Application on port 80 with intranet.domain.com as binding.
    My Sites Web Application on port 80 with my.domain.com as binding.
    Everything is working fine except if the user clicks on follow the real servername and port (SPSRV:8000) appears in the ("following Sites") link.
    Is there somebody who knows what we did wrong ?
    Some links in My Site is correct some not.
    Greetings & Thanks for the responses.
    Chris

    This is a very thorough blog that explains how to resolve this issue:
    https://rogierdijkman.wordpress.com/2013/01/14/8/
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • Global navigation fix for iPad is effecting other links on the site

    Hi,
    We have a deployed a fix to make our global navigation work properly in iPad as per the below link
    http://tommdaly.wordpress.com/2011/11/10/ootb-navigation-fix-to-support-ipad-i-devices/
    This link gives us below code.
    $(document).ready(function(){
    if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
    $(".s4-tn .menu-horizontal ul.root li.dynamic-children a.dynamic-children").bind('touchstart',function(e){
    var position = $(this).next().position();
    if(eval(position.left < -1)) {
    $(this).click(function(c){
    c.preventDefault();
    else {
    var location = $(this).attr("href");
    window.location = location;
    This will allow you to touch once to open a menu item that has children. Touching that menu item again would navigate to that node.
    However, the above code does the solution for all the links in the Site. For all the other links in the Site, we have to click twice to navigate to the URL.
    We do not want that. The fix should work only for global navigation links. For all other links, the redirection should happen on the first click itself.
    Any help would be appreciated.
    Regards,
    Vijay

    Using the IE Developer Toolbar, check the DOM structure of the top navigation global navigation links and make sure that only the immediate children is selected.
    $(".s4-tn .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item").bind
    Branding Common Elements in SharePoint 2013
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the p

    Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the possibility on monetizing since amazon gives commission for linking.  
    This question is for both the uncredited (private) courses and the bigger accredited accounts.    I am a  developer trying to learn how to help my area schools and also have some ideas for my own courses.    Obviously keeping within the iTunes U app would be preferred in most cases (to the learning experience) since they can take notes and see them within the app itself.
    If the reply comes from a non-apple employee please let me know (or better yet, link to) where that is clarified.   I would hate to develop something just to later find out it is against the apple iTunes U agreement.

    Fair question
    And, to be even more fair, I have to tell you that I get that every single day. And it's getting worse (or better, depending on how you look at it).
    I always try to let people know it's a long way until you get to a confortable point, a point where you can create something. And that's exactly what I am trying to do, or at least asking how/if I should do it. And then I let them know where to start. That's what I want.
    Thanks.

  • Advantages and protocol on listing a page of links to other sites

    Hi, Once again, I have questions about my site www.freemodelguild.com. the question is more a general question for experienced web designers not about Muse specifically.
    Most of the art groups in our area have a page that lists all the other art groups in the area, and so this organization is suggesting we do the same thing. I know having other links on a site can help with our search engine optimization, and we are trying to drive traffic to our site, so I think it's a good idea. However, should I just copy a list of all the other arts organizations?  Should I write to their webmasters and ask them to link to us?  Should I write and ask for permission to link to them?  I just don't know what the protocol is.
    Again this is such a non-web savvy group, they know they want a website, but have no idea what should and could be done  so I've had wing this thing. I'm a print designer and, of course, things are done a little differently with print.
    I appreciate all the feedback I get from this forum.

    Generally you would have no problem adding links to other sites without asking. No website owner will tell you you can't as the more links they have coming to their site the better. I have always had mixed feelings on that type of thing. One thing to remember is the more external links you have the more work it is to make sure they all work. Dead links make your site look bad as well as bad for search engines so you would have to constantly be checking that the sites are still operational or the link hasn't changed.
    So over the years I personally have found it better to just supply a small handful of links (maybe no more than 5) that I think will benifit my site visitors directly. Almost always it is a very well established long standing site so I know it is worthwhile/relevant and most likely not to dissapear.
    Remember that when you do link to an external site to set the target to open in a new browser window. Also keep in mind that the more external links you have the more you are pushing your visitor to somewhere else.

  • When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. How can I resolve this?

    Question
    When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. When I swap to private browsing firefox allows me to anter the website address directly into the location bar - but this is a slow [prcess to swap back and forth - also by dint of using private browsing I loose my website information.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to link the main site menu to an anchor on a subpage?

    How to link the main site menu (masterpage) to an anchor possition on a subpage? Is that possible. I would like the the contact menu to link to specific anchors  location contact FAQ hours. The way I do it now. I have to create seperate html pages, I would rather do it on one page. Thanks
    http://beta.tmj-sleep.ca/index.html

    Hello,
    To link a website Menu to anchors on any page in the website, you need to create a manual menu using the Menu Widget. You can change Menu to a manual Menu by clicking on the white arrow in Blue Circle which comes up at the top right of the Menu (Menu properties) and select the Menu type as Manual. Please have a look at the screenshot below :
    Now you can add change/add the text there and when you select the text/menu item then from the Hyperlink drpdown at the top in the toolbar, you can select the name of the anchor on any page of your website.
    Anchors are listed in Hyperlink dropdown in this format - Page Name:Anchor Name.
    Hope this helps.
    Regards,
    Sachin

  • How do I link an iWeb site to a Yahoo store?

    Hi all,
    I designed an iWeb site for a friend, she is hosted at Yahoo Small Business. She also wanted to use Yahoo ecommerce does anyone know how to link an iWeb site to a Yahoo store? Yahoo uses store tags which they tell me can't be used in iWeb I was hoping to just link the ecommerce store I created in Yahoo to a store link in iWeb like a separate page. But I don't know how or if that will work. Any help would be appreciated.
    Thanks
    Marilyn

    Hi,
    LOL, you are absolutely correct I am moaning and groaning and you are correct about the tech suport the reason I am so frustrated.
    The website is www.papeteriecollections.com (iWeb)
    The Yahoo store is store.papeteriecollections.com
    The yahoo store is set up to the point of store tags. I was able to link the store to the site itself but not the items in the store to the items in the website. That's where the tags come in. From yahoo I copied their code from the item and then pasted it into iWeb. The link worked from iWeb back to the yahoo store, but not after publishing it. So then I tried the (html snippet) in iWeb and pasted the store tag code in there at the bottom of one of the items in my site, and order button appeared. (good thing) but it didn't work either. please see below:
    I hope this makes better sense and I apologize for being a baby!
    Thanks
    Marilyn

  • Image Links To Other Sites

    I have designed a website in DW CS3 and i wanted to make some
    of my images link to other external sites......however when write
    the link address in and upload the info then try the link it always
    comes back with a blank web page with - cannot find URL - on
    it...... any ideas, its really annoying me now. i'm not writing in
    css. cheers

    As tweaked suggests, the links to external sites should look
    like this -
    <a href="
    http://www.example.com/thepage.html''....
    A valid external link must specify the protocol and the
    domain.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "laneoo" <[email protected]> wrote in
    message
    news:go66ru$8vo$[email protected]..
    >I have designed a website in DW CS3 and i wanted to make
    some of my images
    >link
    > to other external sites......however when write the link
    address in and
    > upload
    > the info then try the link it always comes back with a
    blank web page
    > with -
    > cannot find URL - on it...... any ideas, its really
    annoying me now. i'm
    > not
    > writing in css. cheers
    >

Maybe you are looking for