Skip to content

Instantly share code, notes, and snippets.

> [notice] Active subscription "4660" has null billing period, possibly the next payment order is broken. Updating subscription 4660
> [notice] Subscription "5257" replaced with subscription "13828" Updating subscription 5257
> [notice] Active subscription "5511" has null billing period, possibly the next payment order is broken. Updating subscription 5511
> [notice] Active subscription "5522" has null billing period, possibly the next payment order is broken. Updating subscription 5522
> [notice] Active subscription "5525" has null billing period, possibly the next payment order is broken. Updating subscription 5525
> [notice] Active subscription "5530" has null billing period, possibly the next payment order is broken. Updating subscription 5530
> [notice] Subscription "5676" replaced with subscription "13829" Updating subscription 5676
> [notice] Subscription "6231" replaced with subscription "13830" Updating subscription 6231
> [notice] Subscription "6584" replaced with subscription "13831" Updat
@onatalushko
onatalushko / htaccess
Created August 20, 2019 15:36
boost htaccess
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
Order allow,deny
</FilesMatch>
# Don't show directory listings for URLs which map to a directory.