Skip to content

Commit

Permalink
Enable clean URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Jul 11, 2024
1 parent aa187e1 commit d4e8786
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ $1.html [L]
</IfModule>

0 comments on commit d4e8786

Please sign in to comment.