Fixing rewriterule with register link in prod
This commit is contained in:
Vendored
+1
@@ -21,3 +21,4 @@ RewriteBase /
|
|||||||
# Rewrite all other queries starting with _ to index.ts.
|
# Rewrite all other queries starting with _ to index.ts.
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule "^[_@]/" "/index.html" [L]
|
RewriteRule "^[_@]/" "/index.html" [L]
|
||||||
|
RewriteRule "^register/" "/index.html" [L]
|
||||||
|
|||||||
Reference in New Issue
Block a user