-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi
I can't figure out how (if it's possible) to use browser refreshing when using Codekit & HTML5mode.
Unless I manually add in a # at the root path & refresh the browser with the amended URL I always get a 404.
I was wondering if anyone had been able to get it working?
As an addendum, doing this with Apache requires the following in an .htaccess file:
Options +FollowSymLinks
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule (.*) index.html [L]
</ifModule>
Metadata
Metadata
Assignees
Labels
No labels