Subfolder (or subdirectory)
0
votes
1answer
20 views
Where to find old subfolders after redirecting URL (provided by host)?
I am asking this question on behalf of some fellow classmates so, I apologize if I don't have all the details. I think it has to be a fairly simple answer, tho...
Anywho, several students who got ...
0
votes
1answer
18 views
MATLAB: Opening and Editing Files nested in folders in folders
I'm working on a project where I need to pull files from this expansive directory with many subfolders nested in folders.
I'm a complete novice when it comes to using matlab and directories, and I ...
-1
votes
1answer
39 views
Using java cannot access the files in a folder
Hi i am new to java and i want to know how to access the files in the folder.
My requirement is that,
I am successfully compressing an image files and then writing it into a temporary file.
Now i ...
0
votes
2answers
30 views
Read files in subfolders
I'm trying to make a script that we can output a specific string ino a files from a list of files in different subfolders.
My script works but onl for one directory. I need some help to make it works ...
-1
votes
0answers
33 views
How to create SFTP in Amazon/EC2 (Linux) only for a specific subfolder? [closed]
I have SSH connection to my server with root account. I would like to know how can I setup SFTP (Amazon/EC2/Linux) for a specific sub-folder in my domain, instead of setup for my entire domain.
For ...
1
vote
0answers
92 views
error 0x80070091 the directory is not empty windows 7
When i try to delete the folder, appear with "error 0x80070091 the directory is not empty windows 7" error message,
I tried to delete through DOS prompt too. :( did't work.
Help )))))))
0
votes
2answers
44 views
Yii Framework: Yii application in a root subfolder
I'm trying to run a Yii application placed in a subfolder of the root:
-> public_html
----> yii_app
--------> index.php
--------> .htaccess
--------> protected
etc..
The application ...
0
votes
0answers
59 views
htaccess rewrite rules for multiple domains (symfony 2 in subfolders)
straight to the point.
I have a web hosting with 2 domains pointing to the root directory of the hosting.
I have 2 seperate projects in the root directory both symfony2
I need to redirect the domains ...
0
votes
1answer
161 views
How to install Laravel 4 to a web host subfolder without publicly exposing /app/ folder?
I was wondering if any of you know of a way to install Laravel 4 in a web host SUBDIRECTORY / subfolder while not exposing the /app/ folder and other sensible files to the publicly accesible part of ...
-1
votes
0answers
26 views
Should I use subdomain or subfolder for my shop? (SEO) [closed]
I'm currently working on a website that offers repairs of technical equipment. I'm building a webshop/e-commerce that sells technical equipment so it is in the same niche as the main site. I've tryed ...
0
votes
1answer
48 views
C++ : loop on all files of a folder (and its subdfolders) : simplest solution?
What's the shortest solution to make a loop on all .mp3 files of a folder (and its subdfolders) with C++, OS=Windows?
If possible, I'd like to avoid 3rd party things, such as boost, but if not ...
0
votes
0answers
17 views
Rewrite URL subfolders
I've gotten pretty far with rewriting my URL with all you're help. Thank-you so much.
I'm looking for some tips on how to do the following...
My URL is currently:
...
0
votes
2answers
41 views
Search for folders created after date X and copy them
I need to go through a large folder (let's call it D:\Files ) which contains about 50.000 folders and about 1 million files, and copy all folders that were created (not modified) after August 31th ...
0
votes
1answer
19 views
sub folders in drawable resource folder
I would like to create sub folders in drawable folder. I have a lot of file(such as png, xml) in drawable folder. I want to create sub folders in there to find the files easily. Can I create sub ...
1
vote
0answers
16 views
Masking subfolder to a subdomain
I wonder if it is possible to achieve this. We have 2 servers windows and linux. We would like visitors go to http://www.mydonetserver.com/event will see exactly what we have setup for the subdomain ...
0
votes
0answers
25 views
Turning Off Rewrite rules for a specific folder in IIS 7.5
I have rules working ok for friendly URLs in php website under Windows Server 2008 using IIS and URL Rewrite 2.0
The question is how to turn off this rules for specific subfolder?
Let's say i want ...
-1
votes
0answers
14 views
dividing a folder into subfolders based on other folders, but not coping/moving [closed]
I've got one folder with files like this:
Folder 0: A, C, D, F, H, I, M, N, O, T, U, V, W,
and then folders like:
Folder 1: A, E, I, M, R, V and others
Folder 2: B, F, J, N, S, W
Folder 3: C, ...
0
votes
1answer
23 views
Redirect to a specific subfolder using htaccess
Here's my folder structure:
website.com
main
sub1
sub2
...
0
votes
1answer
36 views
Recursevly go trough delegated maps in FolderListModel (QML)
I'm creating a music player for Ubuntu Touch in QML and I have some things I would appreciate some help with since I'm new to QML.
The app are able to play tracks listed in the selected directory, ...
0
votes
1answer
22 views
How to redirect to a subfolder with htaccess
How I can redirect to a specific subfolder with htaccess?
I have a structure like this
dfg/pubblication1/index.html
In the folder directory there is no index.html file but only the .htaccess file
...
1
vote
1answer
45 views
C - listing files contained in folder and all subfolders
I have a function that reads all files contained in a single input directory.
I wanted to make that function read not only files in "main" directory, but also ones contained in all subdirectories.
...
0
votes
0answers
44 views
.htaccess Joomla in the root and CodeIgniter not redirecting correctly
I have a Joomla site in the root folder, with the default .htaccess, and I can't reach the CodeIgniter app located in the subfolder TEST; I can see only the preset welcome page of the CodeIgniter app, ...
0
votes
1answer
112 views
Magento stores in subfolders using nginx proxy_pass
I'm currently trying to set up a Magento installation with separate store views for localization. However, I'm not sure the way I've currently implemented URL handling in Nginx is the cleanest ...
0
votes
0answers
35 views
.htaccess - How to redirect root to another URL, but NOT redirect any subfolders of root?
I am trying to redirect the root url to another url, but NOT redirect any subdirectories.
For instance:
www.api.my-site.com (or api.mysite.com) should redirect to my-site.com.
While ...
0
votes
0answers
19 views
Create a subfolder in a folder and move there the files with specific extension(*.mov)
i have a main folder that keeps my photos(Z:!!!TOLIS\Pictures). There are many subfolders(about 500) in there(named/sorted by date) which have the usual .jpg files but they have .mov files too.
So i ...
1
vote
1answer
44 views
mod_rewrite /foo to /index.php?id=foo AND /foo/foo2 to /index.php?id=foo/foo2
I have a problem with mod_rewrite.
I want to redirect those URIs in the title. I use the following rule
RewriteEngine on
RewriteCond $1 !^(folders not to be redirected e.g. css|images)
RewriteCond ...
0
votes
2answers
45 views
How to access config.php file from multi level subdirectories?
I'm having dubts on my website's structure. I've a config, lib and public folders in the root. config contains the config.php and other similiar, lib contains all php/html content (header, each page ...
0
votes
3answers
205 views
How to bulk rename files within subfolders - using CMD command prompt
I am quite new to Command Prompt (Windows), however I have used it to do some file extensions changing and it is extremely helpful. I know nothing on coding, and so i am simply going off what I have ...
1
vote
0answers
37 views
VisualStudio 2010 cannot access classes in subfolders of App_Code
I have normal website project. In the past I had the structure of App_Code like this:
App_Code
ClassA.cs
ClassB.cs
All was fine. Till once (because of so many classes in App_Code) I have created ...
0
votes
1answer
85 views
Illegal Chars in recursive Directory traversal
im trying to count the amount of files in folders recursivly on a mounted WebDav Drive.
Following Script works if there are no illegal Char's in Path or Filenames and like a Charm on my local Disk.
...
1
vote
1answer
133 views
How to compress multiple folders into one archive?
I have some compression components (like KAZip, JVCL, zLib) and exactly know how to use them to compress files, but i want to compress multiple folders into one single archive and keep folders ...
1
vote
0answers
42 views
Multilanguage site by virtual subfolder (Apache)
I want to have an architecture like that on a multilingual site :
www.mydomain.tld/en/mypage
www.mydomain.tld/fr/mypage
I have multiple Rewrite rule like that :
RewriteRule ^mypage$ ...
0
votes
0answers
27 views
Forms Authentication Subfolder bases on Role
I have a subfolder called StreamingVideo that I like
to do Forms Authentication on. I have 3 .aspx file in
in the subfolder that should be authenticated.
I have a role called StrmVd. User that login ...
0
votes
1answer
95 views
script for finding difference between subfolders of two folders in unix
I have two folders named 'check' in two places. Both will have same folders but the files of each folder may differs. I want to run a script to find the difference between the folders with same name ...
-1
votes
2answers
55 views
How to make a class a sub folder or collapsible in visual studio
How do you do this in Visual Studio 2010?
It's like a class but collapsible. Anyone have an idea?
Thanks!
0
votes
1answer
79 views
Copy a file present in multiple folders under same name to different destination folder
Here is my folder structure of folder A
A\Temp\folder1\c\one.txt
A\Temp\folder2\c\one.txt
A\Temp\folder3\c\one.txt
and another folder B
B\folder1.ext\c\ Note: the extension is part of its folder ...
1
vote
1answer
75 views
SEO Friendly Link Rewrite - Unsuccesful rewrite attempts for admin subfolder - PHP Apache
My aim
if input urls are as below respectively:
somedomain.p.ht/admin/articles
somedomain.p.ht/admin/comments
expected rewrote urls are as below respectively:
...
0
votes
1answer
48 views
Batch-compressing/archiving files within subcategories (files have to be in the root)
I've been searching for a while now to archive a LOT of photographs in different directories into seperate zip-archives. With no luck so far. How come? I have some specific requests;
The ...
1
vote
2answers
43 views
unwanted subfolder when adding a git submodule
I am trying to add a git submodule. The submodule itself works without any problem but my question is about the created layout when adding the submodule.
I am adding a simple submodule called utils ...
0
votes
1answer
81 views
Copy FOLDER to several multiple folders
I have currently created the following code, it works fine to copy the contents within the folder 'C:\metadata_home\met_source\metadata\' BUT I need to copy the folder as well. When I use the syntax: ...
-6
votes
1answer
40 views
Using Python to create specific folder within multiple folders [closed]
I have a directory containing 450 folders, all unique names. Inside this folder I need to create a sub-folder called Metadata, so it looks like the following:
Folder1/Metadata
Folder2/Metadata
...
0
votes
0answers
144 views
Exchange 2007 Deleted Items in this folder through powershell and all subfolders plus files
We have Exchange 2007 and I would like to delete all the items in the Deleted Items folder of all users using Powershell, but also I would like to remove ALL the sub folders in the Deleted Items ...
0
votes
2answers
153 views
What is the maximum allowed sub-folder?
At first I wanted to ask "What is the maximum allowed sub-folder for a windows OS"
But then I figured maybe my web hosting provider isn't on windows but on linux or something else. So I'm asking what ...
0
votes
0answers
651 views
How to display a specific folder in a document library (within a webpart in Sharepoint 2010)?
I have seen examples doing this with Page Viewer, which works. But the problem is page viewer is so slow (it adds at least 10 seconds to page load, and it freezes for another 15 when I click on it ...
1
vote
2answers
185 views
Batch to copy a file to a folder and only ONE subfolder deep
I have this batch file now that copies example.jpg from C:\Temp to the Test-folder and all its subfolders.
I would like it to copy the file only 1 subfolder deep in the Test-folder.
For example copy ...
1
vote
4answers
120 views
Read all files in directory sub folders
I have a folder - "C:\scripts"
Within "scripts" I have several sub folders e.g. - "C:\scripts\subfolder1" "C:\scripts\subfolder2" etc, that contain html files.
I am trying to use the following code ...
2
votes
1answer
343 views
Powershell: Copy selected files in subfolders
I have a folder c:\graphics (root) and a program creates subfolders aa, bm, czx, mjpq, zz (this is a example, i have many subfolders, length it's variable). In each subfolder, i have 26 files and one ...
0
votes
1answer
579 views
vba excel: open files (known filename) from multiple folders
I'm trying to figure out how to import text files (always named tracks.txt) from different folders into one workbook with separate worksheets named after the folder.
basically it should work like ...
0
votes
2answers
247 views
Could not open file through web page which is under subfolder under root directory in asp.net
I have one issue in my webpage. Actually I have developed asp.net 3.5 website. I have created a webpage named HR.aspx under Sub Directory in my project root directory.
Webpage Location
...
-1
votes
1answer
78 views
Nodejs subfolder script [closed]
I'm trying to use one script on port 81 to manage multiple other express script.
I'm trying to do this :
server.com => Main server on port 81
First express on port 8881 => accessible on ...