A subdirectory is a directory that is contained inside another directory.
0
votes
0answers
4 views
In Apache, can I redirect a requests for a subdirectory to a URL with a GET value?
I'd like to redirect a request like /agent/john to /agentPage.php?name=john
I've tried adding Redirect /agent agentPage.php?name= to the local .htaccess with no luck.
Is this possible?
0
votes
1answer
9 views
.htaccess Multiple subdirectory rewriting to www-root
I have the following folder structure:
www-root
Backend
Config
Etc
Frontend
Administration
StoreFront
I would like to be able to access the directories from the main url and hiding the ...
0
votes
1answer
22 views
Can't open subdirectory with Opencart
I have a problem with opening my subdirectories. I have Opencart installed in the root of my server. I have some other subdirectories with other things like scripts and pages. When i try to open them, ...
2
votes
2answers
69 views
how to get all subdirectories that has specific folder name in php?
I find out that I can get all subdirectories of the folder with below code in php
$address = new RecursiveIteratorIterator(
new RecursiveDirectoryIterator($root, ...
0
votes
1answer
35 views
Redirect subdirectory of old domain to root folder of new domain via htaccess
I have gone through several domain iterations on a wordpress blog and want to get old links redirected to the new domain. Initially the blog was in olddomain.com/blog/* -- Now the blog is at the root ...
0
votes
1answer
42 views
Rails 3.2 Deploy to Subdirectory Kind of Working
I am trying to deploy my Rails 3.2 app to a subdirectory, /support, on an Apache server. Consulting the various posts, the only solutions that seem to have helped involve setting up a symbolic link on ...
-1
votes
2answers
30 views
Block access to subdirectory with .htaccess [closed]
How to block all subdirectories with .htaccess ?
I have:
/
/subdir
/subdir/file_1
/subdir/file_2
and want to deny acces to
/subdir
yet to maintain full access to
/
/subdir/file_1
...
0
votes
2answers
40 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
1answer
58 views
How to write htaccess rewrite for subdirectories recursively?
I have an Apache server, hosting a number of websites for my company. I plan to use htaccess, and rewrite the URLs from the "root" directory to a subfolder.
Here is my real folder structure:
/www ...
0
votes
0answers
42 views
.htaccess 404 rewrite not working inside subdirectory at GD hosting
I'm using GD hosting and my .htaccess are not working for a couple of sites.
Right now I have the sites working inside a subdirectory => /_mysite/
After checking several answers I added "^" at the ...
0
votes
0answers
45 views
WP white screen of death after duping a site that works fine on same server
I have simply duped a site that runs absolutely fine on a separate domain into a sub directory of another domain for development purposes. I have zipped the /httpdocs/ directory excluding cache and ...
0
votes
1answer
45 views
htaccess Rewrite with subdir subdir
how to i apply a subdir to the htacces containing the following.
I tried RewriteCond %{REQUEST_URI} !^/foo/ however then I get an error, without it i am redirected to the main site.
script htaccess
...
0
votes
1answer
36 views
Lighttpd's mod_rewrite module
I have a problem with the mod_rewrite module with Lighty.
I am trying to make this: example.com/index.php?search=whatever, appear as example.com/whatever or example.com/search/whatever (have not ...
1
vote
1answer
45 views
Saving Files In New Directory (python)
I'm trying to take the input file and save it into a new folder on my computer, but I can't figure out how to do it correctly.
Here is the code I tried:
from os.path import join as pjoin
a = ...
0
votes
1answer
27 views
Disable access to addon domain through maindomain.com/addondomainfolder
I want to disable access to the folder of my addon domain using .htaccess but I can't seem to figure it out.
My folder structure is like this:
root/maindomain (www.maindomain.com/maindomain)
...
1
vote
1answer
30 views
Replacing files in one folder and all its subdirectories with modified versions in another folder
I have two folders, one called 'modified' and one called 'original'.
'modified' has no subdirectories and contains 4000 wav files each with unique names.
The 4000 files are copies of files from ...
0
votes
0answers
49 views
Python 2 - Only importing some modules in sub-directories
This is Python2.7. I have seen some instructions to create a file which reads the directory structure, and pulls every .py file in as an include, but it hinges usually around having file, which I ...
0
votes
0answers
27 views
Redirect sub-directory from dynamic deleted uri
To be clear, I'm trying to redirect "FROM" an old, non-existent sub-directory.
It would be nice to redirect to the page where I want, but at this point, nearly 2 months searching something that will ...
4
votes
3answers
93 views
Check for Sub directory in C#
I am storing the files extracted from a rar/zip file in a folder.
After that I am storing the files inside that folder to a database. The problem is it stores only the files in the folder not the sub ...
0
votes
2answers
36 views
How to launch a make from a sub dir
I have one top level Makefile. The project has several subdirectories of various depths.
How can I launch make from any subdirectory, so it uses the top level Makefile, just like git finds ...
-1
votes
1answer
50 views
Subdirectory for files [duplicate]
If I want to create a sub directory for a java program im writing, how do I do that? For example, if i want to create a sub directory for files, how would I do that?
1
vote
1answer
52 views
Accessing “examples” subdirectory in R-package
I am working with a CRAN package ("BiGGR"), the source package contains a subdirectory "examples/" containing a file "Reactions.txt". How do I access this file in R with the loaded package?
I tried
...
0
votes
2answers
120 views
Process.Start() wont start the process correctly
Im making a small loader for the game PSOBB but for the offline version, im lazy to go in a folder called "servers" and launch all 3 server executable files, so thats y im making this program. So my ...
0
votes
1answer
93 views
How do I extract a SubDirectory using C# DotNetZip?
I have MyFile.zip that has a main directory "MyMainFolder", and several SubDirectories inside of that, one of which I want to extract (MySubFolder)...with all of its subdirs and contents.
I am trying ...
0
votes
1answer
50 views
.htaccess redirect only for resources
i'm trying a solution to have something like that:
/dev/base/route.php -> include "/dev/base/mysite/index.php"
for php of course i've no problem using this system , all code is properly working, ...
0
votes
2answers
101 views
Batch file: How to save/use subdir-name when iterating thru directories with FOR /R {directory} in (.fileext)
I'm trying to unrar files with a batchscript. I want to iterate thru a folder and its subfolders and whenever there is a .rar file I want it to rar its content into the same folder as the .rar file is ...
0
votes
0answers
16 views
accessing a sub-directory
I'm trying to create a password protected subdirectory for my website for the first time, I'm using the .htpasswd and .htaccess, however every time I type the path to a page in the directory in to my ...
0
votes
1answer
43 views
Using BASH to Organize Files Using “_” Delimiter in File Name
I feel like what I want to do is simple enough, but I'm a novice at shell scripting so I'd appreciate any help you can give me.
QUESTION: I have a folder of files of various file types (i.e. ".jpg", ...
0
votes
1answer
294 views
Jekyll paginate blog as subdirectory
I'm using Jekyll for a static site and I'm trying to generate the blog as a subdirectory/subfolder:
http://example.com/blog
In the directory structure before running jekyll, this is blog/index.html.
...
-1
votes
1answer
54 views
Creating subdirectory in WPF?
string path1 = @"C:\temp\";
string path2 = "";
// Create directory temp if it doesn't exist
if (!Directory.Exists(path1))
{
Directory.CreateDirectory(path1);
}
I created the above directory ...
1
vote
1answer
97 views
Trying to move Drupal install TO subdirectory
Okay, so I've searched everywhere and while I can find plenty of stuff about moving a Drupal install out of a subdirectory I can't find anything on moving one into a subdirectory. I've recently taken ...
0
votes
1answer
178 views
nginx-apache-wordpress: setup apache/wordpress under subdirectory and behind nginx
I had developed a Rails app and was happy with it, but I was asked to setup Wordpress under subdirectory /wp. After some unhappy hours of trying to make nginx-to-apache proxying work, I gave up ...
0
votes
0answers
69 views
mod proxy, host site on subdirectory
I have some problems with hosting a site in a map on a reverse server, what I have now is:
RewriteEngine On
ProxyPassMatch ^(/map/.*)$ http://site.com/$1
#just do redirect images.
ProxyPass /map ...
1
vote
1answer
43 views
directory selectbox and then subdirectory selectbox or selectbox with directory and subdirectory in one
I got the following code:
<div style="border:1px solid #CCCCCC; background-color:#F0F0F0; font-family:verdana; font-size:12px; padding:5px;">
<?php
$dir = '../klanten';
// ...
0
votes
1answer
107 views
htaccess redirect to subfolder [closed]
I have a site that I'd like to redirect default requests to subdir/index.php and subdir/$1 for others. I've found some htaccess examples that work (like the following)
RewriteRule ^(.*)$ subdir/$1 ...
0
votes
0answers
36 views
Mod rewrite with .htaccess placed in a subdirectory
I have my controller script located in
http://example.com/app/web/index.php
When a user enters:
http://example.com/app/item/1
I want to rewrite this to my controller script like this:
...
0
votes
0answers
38 views
Language subdirectory to use the same main domain
I need to configure subdirectory(subfolder) on a PHP website for multi-language support, and I'd like to know how to redirect all the requests to the main domain without showing the subdirectory(en, ...
1
vote
1answer
98 views
301 Redirect URL with Trailing Slash to “Sub directory” with same name
The company I work for recently took over a site that is built in WordPress, apparently Google has indexed several pages with a trailing / that coupled with the fact that the previous company ...
0
votes
1answer
81 views
Django in a Subdirectory using fcgi
I'm trying to avoid having to somehow add a context_processor to add the base url of my project to every url I use in all of my templates.
My django project is nestled under a subdirectory(lets call ...
0
votes
1answer
104 views
Drive letter removed from path when retrieiving sub directories
I am trying to retrieve the subdirectories of a directory in delphi, I am using this function:
procedure GetSubDirectories(const directory : string; list : TStrings) ;
var
sr : TSearchRec;
begin
...
-4
votes
1answer
54 views
linux tutorial: copy files into directory [closed]
I am working my way through the LinuxZoo tutorial & am having trouble with copying a couple of files into a directory. Maybe I'm just tired. Thanks in advance for any guidance offered.
Copy the ...
0
votes
1answer
96 views
ifstream objects from files in other directories in c++
I have saved all of the files that I intend to use as input streams in my application in a folder called "res". I am trying to use these files as input streams by building the string in the ...
0
votes
0answers
86 views
redirect search string result URL by removing specific sub directory folder name to display correct search results using .HTACCESS
I have a wordpress install with a tag query function, the search displays a page of tags used on your posts. see example here...
the results are accurate, but for some reason clicking on a result tag ...
-4
votes
1answer
131 views
how to delete all sub folders with name “test” in c#
I am new to c#. I have to delete sub folders starting with name "test.number" test.1 test.2 test.3 .... present in C:\ directory. These folders are not empty. What is the best way to achieve this?
I ...
0
votes
0answers
60 views
Traversing Sub-directory File Information - Can't find EOF
I'm currently trying to traverse a directory with sub directories and get the total file size for each sub directory. For example, consider the following:
RootDir
-SubDir1
--other subdirs
-SubDir2
...
0
votes
1answer
66 views
Move into the sub directories conflict with .htaccess
the structure of my website is as following
Website
inc/
sub-directory/
header.php
content.php
footer.php
index.php
.htaccess
Now in my .htaccess, I have done the URL Re-writing in such way ...
0
votes
2answers
61 views
Tried to Move Wordpress from Subdirectory to Domain, Site Broke
I tried to move my beta Wordpress site to my live domain, and now everything's broken. I have no idea how to fix this. Here's what I did:
I had a site running at mydomain.com, but I wanted to ...
0
votes
2answers
71 views
Trying to redirect entire folder to website front page
Our site used to have a blog at oursite.com/blog
Years later, we're still getting many 404s for pages in the /blog/ folder.
How can I use htaccess to redirect the blog folder and all its contents to ...
0
votes
1answer
164 views
PHP: Find all subdirectories in a directory. If they have a valid XML file, work with it
I need to get all available subdirectories in a directory, save that directory's name, and if they include an XML file, work with that file.
Here is a bit of code and some comments I wrote.
...
0
votes
2answers
42 views
Determining whether URL is a second-level subdirectory using PHP
I need a certain image to display on my website in second-level subdirectories only. So if my URL is www.mywebsite.com/ or www.mywebsite.com/subdirectory1/ then I don't want the image to appear.
...





