diff --git a/.htaccess b/.htaccess index f5ce65c..27f6aaf 100644 --- a/.htaccess +++ b/.htaccess @@ -7,4 +7,6 @@ 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 +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA] \ No newline at end of file diff --git a/composer.json b/composer.json index 8a33b72..51e858c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yusurko/caluta7", "type": "project", - "version": "0.1.0", + "version": "0.1.2", "require": { "league/commonmark": "^2.8", "symfony/yaml": "^8.0"