Browse Source

Update .htaccess

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

1
.htaccess

@ -1,6 +1,7 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
RewriteRule ^([^\.]+)$ $1.php [NC,L]
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts

Loading…
Cancel
Save