visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Apache Settings. #555

Open saynono opened 4 years ago

saynono commented 4 years ago

Hi. I am not really familiar with apache and htaccess. But I had to modify your example slightly from

RewriteRule ^.*$ ./index.html to RewriteRule ^.*$ /index.html

Now it links to the root index.html instead of an (non-existent) sub-folder/index.html.

Hope this is helpful to someone.