From cfa74712a59937cca38e546d40c3afbcb1d32fb9 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Thu, 12 Feb 2026 17:52:08 +0100 Subject: [PATCH] 0.1.2 fix htaccess --- .htaccess | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"