You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jm [1:26 PM]
hey! hope things are going well.
i built a site with your front-end-generator from TIY, wondering if you knew off the top of your head how to remove the `.html` extension of the urls within the project?
I've added an `.htcaccess` file with:
```RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]```
and renamed the hrefs to `/fileName` but I'm still getting `404`'s :thinking_face:
ryan [1:32 PM]
With apache you should be able to move your pages from `page.html` to `page/index.html` and it should remove the `.html` with that rule you have
If you make an issue on the qunit-broccoli project I can look into making a plugin that will do :point_up::skin-tone-4: when you run `build -e production`
jm [1:33 PM]
sweet, will do. :slightly_smiling_face:
thx!
The text was updated successfully, but these errors were encountered:
please excuse the lazy copy 🍝 😛
The text was updated successfully, but these errors were encountered: