@myxo-victor/chexjs 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ <IfModule mod_rewrite.c>
2
+ RewriteEngine On
3
+ # Devs: Edit the RewriteBase below to match your project's main directory or subfolder path
4
+ RewriteBase /alari/venjs/
5
+ RewriteRule ^index\.html$ - [L]
6
+ RewriteCond %{REQUEST_FILENAME} !-f
7
+ RewriteCond %{REQUEST_FILENAME} !-d
8
+ RewriteRule . index.html [L]
9
+ </IfModule>