Nobody is missing your point.
Quote:
Originally Posted by magnus
Using .htaccess rules, you can specify which directories are protected or not.
|
You've already stated you're using
.htaccess rules. So rather than modifying code to write to a different directory, simply allow access to all for the archive directory. Done.
If you're insistant on writing to another directory, you could probably just create an
symlink to point elsewhere.
ie.
Code:
$ ln -s /new/archive /forum/archive