0.1.2 fix htaccess

This commit is contained in:
Yusur 2026-02-12 17:52:08 +01:00
parent e39d87acc0
commit cfa74712a5
2 changed files with 4 additions and 2 deletions

View file

@ -7,4 +7,6 @@ RewriteEngine on
RewriteRule \.git - [F]
RewriteRule ^$ index.php [L]
RewriteCond ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA]

View file

@ -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"