Allow access to one directory with htaccess?
Posted
by tarnfeld
on Stack Overflow
See other posts from Stack Overflow
or by tarnfeld
Published on 2010-03-30T14:53:13Z
Indexed on
2010/03/30
15:03 UTC
Read the original article
Hit count: 317
.htaccess
|mod-rewrite
I have the following code which works perfectly, but I want to allow access to the /assets directory?
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^.* controller.php
AddHandler php5-script .php
Could someone give me a little line of code or two to help?
© Stack Overflow or respective owner