diff --git a/.htaccess b/.htaccess index e9b4600..f5ce65c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,10 @@ -Options -Indexes \ No newline at end of file +Options -Indexes + +RewriteEngine on + +RewriteRule \.git - [F] + +RewriteRule ^$ index.php [L] +RewriteCond ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA] \ No newline at end of file