Skip to content

Instantly share code, notes, and snippets.

View RomeoDenis's full-sized avatar

Denis Frimos RomeoDenis

View GitHub Profile
@RomeoDenis
RomeoDenis / .htaccess
Created November 4, 2016 06:40 — forked from bisubus/.htaccess
Yii 2 Advanced Application Template on virtual hosting
Options -Indexes
<IfModule !mod_rewrite.c>
Deny from all
</IfModule>
<IfModule mod_rewrite.c>