nuepress
nuepress copied to clipboard
Page refresh with route param
Hello, i have question. I generated your package and im put this on my serwer with apache. I add standard .htaccess, and when refresh page http://vuetemplate.jwcreation.e-kei.pl/pages/sample-page I do not direct me to the side that refreshed
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L] </IfModule>