Manage publication on Apache

This commit is contained in:
nemunaire 2016-10-13 20:12:41 +02:00
parent 400e738345
commit 5805bf0e19
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
RewriteEngine On
RewriteBase //
RewriteRule "^/[0-9]" "index.html"
RewriteRule "^/edit" "index.html"
RewriteRule "^/chbase.sh" "index.html"
RewriteRule "^/rank" "index.html"