diff --git a/.htaccess b/.htaccess index 7da11e3..b82236e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,5 @@ -DirectoryIndex login.php index.html +RewriteEngine on +RewriteRule ^$ login.php [L] Order allow,deny