Questions tagged [virtualdirectories]

24 questions
0
votes
3 answers

How do I change physical path of virtual directory in IIS6 through command line?

I'm looking for a way to change the physical path of a virtual directory in IIS6. Basically, the IIS6 version of this IIS7 call c:\Windows\System32\inetsrv\appcmd set VDIR "Default Web Site/MySite/" "/physicalPath:c:\NewPath" Is there a way…
Strop
  • 123
  • 1
  • 6
0
votes
5 answers

Creating arbitrary urls that work like redirecting virtual directories

I'm a complete newbie to server administration, so I'm not even sure if I'm posting this in the right place. If this seems to be a bad question, please respond correctly. Thank you. I have been wondering for some time how sites such as URL…
Maxim Zaslavsky
  • 211
  • 1
  • 4
  • 13
0
votes
1 answer

Why do all my IIS 7 virtual directories get modified when I modify one?

I recently upgraded a Windows Server 2003 with IIS 6 to Server 2008 and IIS 7. This server has over 200 virtual directories which are used to redirect to different pages on the site. The settings didn't seem to transfer over after the upgrade and…
0
votes
1 answer

How do I create a virtual directory to redirect to another virtual directory in IIS

I'm still new to IIS, what I want to do is create multiple Virtual Directories for each version of our software by version number, so that we can do regression testing on each of the configurations. So what I want to do is this: app_1.2.3.4 as a…
Spence
  • 670
  • 3
  • 9
  • 19
0
votes
1 answer

need assistance in regards to WAMP virtual hosts

Sorry for a question which has probably been brought up many times but I'm yet to find a example that can help me out. At home I have a WAMP server with two folders in the /wamp/www/, so /wamp/www/site1 and /wamp/www/site2. I've found example of how…
tombull89
  • 2,958
  • 8
  • 39
  • 52
0
votes
3 answers

Apache Headache: Virtual hosts configuration

I'm trying to achieve the following result: I have multiple domains pointing to the same documentroot, which contain files that are being used on all domains (index.php, css files, and such): C:/cms/ Then I have several domains: www.domain1.com/*…
brechtvhb
  • 103
  • 1
  • 3
0
votes
2 answers

Apache Virtual Host with directory aliases

I'm trying to set up a dynamic virtual host in apache with a directory alias pointing to a difirent path for every domain. Here's what I'm trying to achive. Say I have 2 domains: * www.domain1.com * www.domein2.com I want both to point to the same…
brechtvhb
  • 103
  • 1
  • 3
0
votes
1 answer

IIS 6 ASP.NET default handler-mappings and virtual directories

I'm having a problem with setting a default mapping in IIS 6. I want to secure *.HTML files with ASP.NET forms authentication. The problem seems to have something to do with using virtual directories to hold the html files. Here's how it's…
Mark Lauter
0
votes
1 answer

How do you create a virtual directory in Mac Snow Leopard?

I am using the server admin tool for the web and see where I can create sites with the +. I thought that was creating virtual directory but it doesn't seem to be. I need a site that uses port 80 but is like http://myserver/myvirtual instead of…
johnny
  • 2,268
  • 9
  • 35
  • 54
1
2