Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.htaccess
|
@ -1,6 +1,7 @@ |
|
|
RewriteEngine On |
|
|
RewriteEngine On |
|
|
RewriteCond %{REQUEST_FILENAME} !-f |
|
|
RewriteCond %{REQUEST_FILENAME} !-f |
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L] |
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L] |
|
|
|
|
|
RewriteRule ^([^\.]+)$ $1.php [NC,L] |
|
|
|
|
|
|
|
|
<IfModule mod_deflate.c> |
|
|
<IfModule mod_deflate.c> |
|
|
# Compress HTML, CSS, JavaScript, Text, XML and fonts |
|
|
# Compress HTML, CSS, JavaScript, Text, XML and fonts |
|
|