Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to create SharePoint 2007 Web Application on a Virtual Path to solve an url rewrite rule?
    primarykey
    data
    text
    <p>I there anyway that I can install a SharePoint web application not on the root I need it on a virtual path? I have a situation that my customer is using somehow a url rewriting tool using ISA server like the following: He have a main url let say <a href="http://publicsite/" rel="nofollow">http://publicsite/</a> we have sharepoint implemented internal on a site called <a href="http://internal/sites/sitecollection" rel="nofollow">http://internal/sites/sitecollection</a> when we open <a href="http://publicsite/sites/sitecollection" rel="nofollow">http://publicsite/sites/sitecollection</a> it will open <a href="http://internal/sites/sitecollection" rel="nofollow">http://internal/sites/sitecollection</a> http://publicsite/ is on a different server than <a href="http://internal" rel="nofollow">http://internal</a>. Right now I have an issue with the embedded resources in the rendered html markup for the sharepoint site like </p> <pre><code>&lt;script src="/ScriptResource.axd?d=MZkmbKEwKTBSRdxFCFncmF72UDKBF9tO54OpDYX6Df4DBmB7HSDbA8CAqY5mCBAK2TAU34oVF24xOS5EJEafjb6Zcvwnmou5zv3RqxNzcSKM1XXzvQP1JpAzOAaH9PUPRTPUjZfdMBnoJPmBfgNZ-BFEntGwjcL7UiqfpH8R9TE1&amp;amp;t=ffffffffed1cce36" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>effectually it opens from the root and root based on the customer rewrite rule is another server so the resource response with status 404 And AFAIN since the sharepoint web application on the root so I can't change the way it renders the url.</p> <p>Is there any way to solve this? I started to think about some javascript function to change the url of all scripts with starts with <code>/ScriptResource.axd</code> and change it to <code>/sites/sitecollection/ScriptResource.axd</code> but It faild to reload the javascript I don't know why!! The 2nd solution Is to create the web application on a virtual path and I don't know if this possible or not, so can anybody help me?</p> <p>Thanks in advance. Regards</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload