5 lines
160 B
ApacheConf
5 lines
160 B
ApacheConf
# Only allow access to /index.php and /resources directory
|
|
|
|
RewriteEngine on
|
|
RewriteCond %{REQUEST_URI} !^/index.php$|resources/
|
|
RewriteRule ^(.*)$ / [L,R=301]
|