|
Hi,
DNS / apache rookie here..
I've searched for the answer and no luck but it's possible that I don't know what to look for in a solution.
Many subdomains under .domain2.com each redirect to a specific page:
(subdomain1.domain2.com/folder/folder/?query...
Answer Snippets (Read the full thread at serverfault):
If you wanted to just have an alias from domain1.com to domain2.com
you can... .
You'll have to look at doing redirects via the web server, either natively or using the mod_rewrite module to do URL rewrites .
It would be nice...
You can't do this with DNS.
|
|
I'm troubleshooting a problem with creating Vista shortcuts.
I want to make sure that our Installer is reading the Programs folder from the right Registry entry.
It's reading it fromK HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer...
Started by Clay Nichols on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://msdn.microsoft.com/en-us/library/aa370905(VS.85).aspx#system_folder_properties
You should a silly name for My Documents CSIDL_MYMUSIC = 0x000d, // "My Music" folder CSIDL_MYVIDEO = 0x000e, // "My Videos" folder CSIDL_DESKTOPDIRECTORY....
|
|
All of our workstations have a folder on their local drive that contains some common files used by our company. Periodically we need to push out changes to some of these files. Currently we are using System Center Configuration Manager (SCCM) to run a...
Started by Andy May on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
So your line should be :
Success = WshShell.Run "\\server\robocopy.exe ""\\path\to\folder"" C:\Destination_Folder /MIR, 0, True
Looking at the documentation for Robocopy shows that it will return the folder contents out ....
Command.
|
Ask your Facebook Friends
|
I want to redirect all queries to mydomain.com to mydomain.com/live/. I'm already able to do that, however I have trouble with the URL displayed in the browser. I have two goals, (1) that the URL always renders with "www" in front and (2) that the sub...
Started by George on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
RewriteCond %{HTTP_HOST} !^www\.georgemitra\.com$ RewriteRule ^(.*)$ http://www.georgemitra.com/$1 [R=301,L] RewriteRule ^$ /index... .
If you want to avoid putting 'live' in the URL it sounds like what you want is not a redirect but a reverse proxy.
|
|
I just up graded to max OSX Snow Leopard and the i movie sound effect and itunes folders will not open. Suggestions?
Started by Mellen1975 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at apple):
|
|
Just got a mac, have the factory kore 1 DVD.
Clicking in it transfers only the app and not the sounds folder, advanced tab did not do it.
Whats up?
Started by Jaytrinity on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at native-instruments):
Didn't that come with Kore 2?.
I thought Kore 1 didn't have sounds...
|
|
This may sound like a stupid question. Where are the core class files from Sun, like Button.class , located in the JDK installation folder C:\Program Files\Java\jdk1.5.0_12 ?
Or do the class files reside in C:\Program Files\Java\jre1.5.0_12 folder?
Started by Vicky on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Most developer machines actually have two....
Most files are in rt.jar (runtime).
The class files actually reside as jar files inside the Java distribution being used .
It looks like Button is in jre/lib/rt.jar though.
They are spread between several jars.
|
|
I have a asp.net web application that creates a Folder on a FTP site, but i need to grant permissions to that folder to some users of the active directory.
how can i do that programatically, inside my app when i create the folder?
Started by DkAngelito on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
IIS uses the same access rights as other file access methods in Windows (accessed from the Security tab on the... .
I'm to access the new folder.
Server you are running, or in what manner you want the AD user to interact with the new folder.
|
|
I want to determine the full path of certain folders. In my array, I just have the names of the folders, but when my application will get installed on another user's machine, my program must be able to determine the full-path of these folders.
How to ...
Started by RPK on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The My Documents folder is:
Environment.GetFolderPath.
Path.GetFullPath Method
Did you mean the My Documents folder and the rest? It's not obvious for me from your question.
To what you're trying to do.
|
|
I have these files in cgi-bin folder:
cgiecho cgiemail entropybanner.cgi randhtml.cgi
I have no idea why I have that folder, or why I need it. Can someone explain in plain English, and let me know whether or not it is safe to delete this folder?
Started by GaVrA on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I would speculate that the first one simply prints out what is submitted to it, perhaps as some sort of testing/debugging tool
The second one probably was designed to take... .
We can only speculate what the purpose of those scripts are without seeing them .
|