Add configuration for Apache and nginx
This commit is contained in:
parent
bee365e47c
commit
8702b30664
2 changed files with 48 additions and 0 deletions
2
htdocs/.htaccess
Normal file
2
htdocs/.htaccess
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RewriteEngine On
|
||||
RewriteRule ^(.*)$ index.php?p=$1 [L]
|
||||
Reference in a new issue