This repository has been archived on 2024-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
PasswordCards/.htaccess
2015-03-16 20:50:50 +01:00

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]