This is the front-end of the 3-dimensional structure Representation Sharing (3dRS) web application.
As this Vue project has been configured to use history mode, an additional .htaccess file must be added to the root folder (e.g. replacing RewriteBase / with RewriteBase /name-of-your-subfolder/, where /name-of-your-subfolder/ is the folder in the server)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>Visit the official documentation
Genís Bayarri, Adam Hospital.
This software has been developed by the MMB group at the IRB Barcelona.
© 2021 Institute for Research in Biomedicine
Licensed under the Apache License 2.0.
