Re: Restricting access to all folders except one using mod_rewrite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Why dont you use Directory statement instead with Allow/Deny and modify the default 404 page?

On Sep 16, 2011 4:13 AM, "Sebastian Tarach" <starach@xxxxxxxxx> wrote:
> Hello,
> I have all my files that I want clients to have access to in one
> folder named assets. I want to forbid direct access to any other
> folders and their files.
>
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule \.(?!assets.+)$ index.php?path=error404
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule ^(.*)$ index.php?path=$1
>
> This does not work for some reason. I mean although it allows access
> to any files and folders within assets but it blocks access to non
> existing folders. For instance when I type in domain.com/home or
> domain.com/contact-us or anything else that isn't a folder it treats
> it as a folder ( or file :| ) and redirects me to
> index.php?path=error404 instead of executing second set of rules. Why
> is that and how to fix it?
>
> Regards
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
> " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux