Browse Source

Create .htaccess

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
d40b548921
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .htaccess

3
.htaccess

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Loading…
Cancel
Save