On Thu, Jan 6, 2011 at 10:40 AM, motty.cruz <[email protected]> wrote:
> Hello,
>
> I have Apache 2.2 installed on FreeBSD 8.1, and would like to restrict
> content from /wp-content/media to be re-direct to / (root of directory). Any
> suggestions, of how to best accomplish that goal?
>

If you want them all to go directly to the root

RedirectMatch ^/wp-content/media/ /

If the files are actually under the root and you want to preserve what
came after media/:

Redirect /wp-content/media/ /

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to