PasswordCards/.htaccess

6 lines
160 B
ApacheConf
Raw Normal View History

2015-03-16 20:50:50 +01:00
# Only allow access to /index.php and /resources directory
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/index.php$|resources/
RewriteRule ^(.*)$ / [L,R=301]