is it possible to mirror directory with htaccess?
For example:
/folder1 <= is empty
/folder2/blah/blah <= here is content
I want folder1 to display folder2 contents. So that when you go to folder1/ you can navigate to folder1/blah/blah/files
is this possible?
Aliascan do this, althoughfolder1shouldn’t exist for it to work:In
.htaccessfiles, you can only Alias to a directory inside the web root.It doesn’t always work in
.htaccessfiles, depending on the server configuration.In the central configuration, you may have to use an absolute path as the Alias target.