0
votes
1answer
22 views
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 f …
0
votes
0answers
31 views
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
|---->Mai …
0
votes
0answers
13 views
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 …
0
votes
0answers
153 views
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. …
5
votes
8answers
2k views
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 …
0
votes
3answers
189 views
.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" …
0
votes
2answers
185 views
Subfolders and mod-rewrite
I need to alter this current re-write rule to accommodate for an admin folder. Here is my current mod-rewrite code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteC …
0
votes
1answer
62 views
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 …
4
votes
1answer
62 views
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.co …
0
votes
1answer
79 views
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 c …
0
votes
1answer
465 views
(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 o …
2
votes
4answers
3k views
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 we …
4
votes
5answers
734 views
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, …
