Add configuration for Apache and nginx

This commit is contained in:
Némunaire 2013-10-09 18:07:09 +02:00
commit 8702b30664
2 changed files with 48 additions and 0 deletions

2
htdocs/.htaccess Normal file
View file

@ -0,0 +1,2 @@
RewriteEngine On
RewriteRule ^(.*)$ index.php?p=$1 [L]