subfolder

DNS- Route DNS for subfolder to different server?

LEt's say I want to have a subfolder called- http://www.foo.com/news/ but I actually want that news folder on a different server. I realize it can be done easily with subdomains, but I was really hoping for the subfolder thing. Is it possible? How? ...

Sharepoint: How do I filter a document library view to show the contents of a subfolder?

A number of business areas I work with use a folder structure to organise their Sharepoint housed documents (not ideal I know, but we're stuck with it). I would like to use a web part page to present a number of views of their document libraries based on the subfolders that the documents appear in, but this is proving more difficult t...

Adding folders to a zip file using python

I want to create a zip file. Add a folder to the zip file and then add a bunch of files to that folder. So I want to end up with a zip file with a single folder with files in. I dont know if its bad practice to have folders in zip files or something but google gives me nothing on the subject. I started out with this: def addFolderTo...

(avr-gcc) Makefile support for sub-directories

Hi; I am working on an AVR project and have multiple folders containing my code. The makefile I am using is the "Standardized AVR Makefile Template" by Pat Deegan. It's capable of compiling every cpp file in every folder correctly and generate the right object (.o) files. However, the linker fails because it try to find to .o files i...

Calling a webservice from a subfolder

I'm using ASP.net and I'm trying to execute a webmethod from jquery. I have the following file structure: /MyWebService.asmx /MyPage1.aspx (referencing a javascript file which calls a webmethod in MyWebService.asmx) /MySubFolder/MyPage2.aspx (MyPage2.aspx referencing the same javascript file) My problem is that MyPage1.aspx can ca...

sIFR 3 text won't show in a subfolder

I am using sIFR3 and I have not placed any restrictions i.e. sIFR.domains = ['*']. sIFR text displays very well on a root level page but I see no text in a subfolder page its blank. Any idea what's going wrong there? ...

Subfolders and mod-rewrite

...

about SUBDOMAIN vs SUBFOLDER question again?

I am planing to create a site, where my root domain www.example.com has an index page where it will let the users CHOOSE 3 website namely politics.example.com , games.example.com, news.com or example.com/politics , example.com/games, example.com/news? now, I dont know what to choose? a SUBFOLDER or SUBDOMAIN linking? what i would l...

.htaccess with dynamic php - subfolder problems

Hi, Necessary Knowledge My .htaccess file redirects like this: domain.com/about to domain.com/index.php?page=about RewriteRule ^([^/.]+)/?$ index.php?page=$1 [L] The "page" variable is used in a php include: <?php include_once($_SERVER['DOCUMENT_ROOT']."/contents/".$page.".html"); ?> The "contents" folder simply contains .html...

Deploying rails application to root with passenger error

Hi guys, I am trying to deploy my rails application to virtual host's root with passenger but I had some problems. Error log: [Sun Aug 23 10:09:06 2009] [error] [client 91.187.5.190] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. ...

Create subfolders in Team Queries in VSTS 2008 using Team Explorer or Web Access

Is there a way to create subfolders in the Team queries in VSTS 2008 using Team Explorer or Web Access or command line tool? I would like to put the queries in different categories, one per team of developers. Thanks, Damian ...

Scripting Folder Permission in Windows 2003 based on folder name

We have a pattern to our folder and sub-folder creation. We have one folder that is always named x that is located in multiple sub-folders. Is there a way I can set permissions to a folder only based on the name of the folder. I have looked into CACLS, xcacls, etc but I may have missed something. Is there a way I can list out all of the ...

Syncing Exchange Inbox subfolders to Blackberry

Hello - I have a Blackberry user that has organized his Outlook such that he manually sorts mail messages into specific subfolders. Example - Inbox |---->Mail from 2004 |----> Personal |----> Business |---------> Travel |----> Mail from 2003 When...

Exclude certain subfolders and domains in redirects

This is a continuation from http://stackoverflow.com/questions/1704845/redirect-only-html-files How can I change my .htaccess to make it exclude certain subfolders or subdomains from the HTML-only redirect? I tried doing using this code to exclude the 'downloads' subfolder and the 'dev' and 'support' subdomains, but it didn't work: Rew...

Checking out the branches of a git repository into sub folders?

Is it possible to take a repository (such as CakePHP1.x @ http://github.com/cakephp/cakephp1x) and checkout the master plus branches into sub-folders? For example, my desired folder structure would be like this: cakephp1.x |------ 1.2 |------ 1.3 |------ master I know you can use git checkout -t origin/branch to swi...

Get full directory contents with AppleScript

I need to get the entire (visible) contents of a folder and its subfolders as a list. Is this possible? ...

Iphone checking subfolder existence, if exist delele subfolder, else and create subfolder

Hi, I'm new in Iphone programing, I need code to: check if a specific target subfolder exist in the document folder ? if target subfolder exist in document folder, I want to delete target subfolder if target subfolder does not exist in document folder, I want to create target subfolder in document folder Thank's in advance for your h...

Installing a CodeIgniter application in a subfolder

I'm trying to install an application made with codeIgniter in a subfolder, so that I can access it using : http://www.domain.com/my_subfolder/ At the root, there's a Wordpress application. I edited the .htaccess of the Wordpress install to let the request go to the folder /my_subfolder/ It's working fine, the only problem I get is that ...

Auto-push changes to one folder in a git repository to github?

I have a repository that I work in. There's one folder in there where I put all the stuff I want to open source so it's separate from the private parts. Is there a way to automatically get git to push anything committed to that folder to a github repository without me having to remember to push the newly changed files up there every time...

htaccess redirect from root to subfolder and then mask the url?

Hello all, Two things: Firstly - I have version 2 of a website located in a folder named v2, and I want to redirect any traffic that is NOT a child of the v2 folder, to www.example.com/v2 The old site located in the root was created in iWeb and has a LOT of subfolders and sub-subfolders. So: www.example.com/v2 = New site www.exam...