Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fixed .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Oct 29, 2019
1 parent b65c47d commit a6bf54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
RewriteRule ^ENCRYPTION\.md$ - [R=404,L]
RewriteRule ^lib(\/.*)?$ - [R=404,L]
RewriteRule ^LICENSE$ - [R=404,L]
RewriteRule ^pages(\/)?$ - [R=404,L]
RewriteRule ^pages(\/.*)?$ - [R=404,L]
RewriteRule ^README\.md$ - [R=404,L]
RewriteRule ^template(\/.*)?$ - [R=404,L]

Expand Down

0 comments on commit a6bf54b

Please sign in to comment.