.github
bin
daux
daux_libraries
docker
docs
examples
libs
scripts
src
templates
tests
themes
.dockerignore
.editorconfig
.gitattributes
.gitignore
.htaccess
.php_cs
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
README.md
composer.json
composer.lock
crafty.config.js
global.json
index.php
package.json
phpunit.xml
renovate.json
yarn.lock
7 Zeilen
137 B
ApacheConf
7 Zeilen
137 B
ApacheConf
RewriteEngine On
|
|
#RewriteBase /
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . index.php [L,QSA]
|