Project

General

Profile

Actions

Feature #1385

closed

Add Apache config to install notes

Added by Alexander Watzinger over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
2020-10-15
Estimated time:

Description

Fix URL

For Apache config see: https://router.vuejs.org/guide/essentials/history-mode.html#example-server-configurations
e.g. in Apache config add this to virtual host in directory of virtual host:

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.html [L]
</IfModule>

also dist to .gitignore

Actions #1

Updated by Alexander Watzinger over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Alexander Watzinger over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Alexander Watzinger over 3 years ago

  • Description updated (diff)
Actions #4

Updated by Alexander Watzinger over 3 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF