8
0
Files
.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
daux.io/.htaccess
Stéphane Goetz 7d63acbf61 Update htaccess
2015-07-20 20:51:48 +02:00

7 Zeilen
137 B
ApacheConf

RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]