0.1.2 fix htaccess
This commit is contained in:
parent
e39d87acc0
commit
cfa74712a5
2 changed files with 4 additions and 2 deletions
|
|
@ -7,4 +7,6 @@ RewriteEngine on
|
||||||
RewriteRule \.git - [F]
|
RewriteRule \.git - [F]
|
||||||
|
|
||||||
RewriteRule ^$ index.php [L]
|
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]
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "yusurko/caluta7",
|
"name": "yusurko/caluta7",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"require": {
|
"require": {
|
||||||
"league/commonmark": "^2.8",
|
"league/commonmark": "^2.8",
|
||||||
"symfony/yaml": "^8.0"
|
"symfony/yaml": "^8.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue