Skip to content

Instantly share code, notes, and snippets.

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ index\.php
Это требуется, если у нас yii2 находится в подкаталоге, и не хочется нарушать структуру проекта
BasicApp ( root ) > .htaccess
RewriteEngine On
RewriteRule ^$ web/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
@Vermorr
Vermorr / css reset Eric Meyer
Created June 18, 2018 10:46
css reset Eric Meyer
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,