Manage publication on Apache
This commit is contained in:
parent
400e738345
commit
5805bf0e19
1 changed files with 6 additions and 0 deletions
6
frontend/static/.htaccess
Normal file
6
frontend/static/.htaccess
Normal 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"
|
Reference in a new issue