Skip to content

Instantly share code, notes, and snippets.

View hgrimelid's full-sized avatar

Håvard Grimelid hgrimelid

  • Mediebruket
  • Norway
  • 22:21 (UTC +02:00)
View GitHub Profile
@hgrimelid
hgrimelid / web.config
Created January 15, 2016 12:17 — forked from rcnascimento/web.config
Generic configuration file for IIS (+ WordPress rules)
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<!--
Default file - or directory index - files and their order
Source: Convert Apache .htaccess to IIS web.config <http://www.saotn.org/convert-apache-htaccess-iis-web-config/>
-->
<defaultDocument>
<files>
@hgrimelid
hgrimelid / web.config
Created January 12, 2016 10:12 — forked from jonahvsweb/web.config
How to Setup WordPress Permalinks on Windows IIS ======================================= Place this file into the base directory of your WordPress installation to allow permalinks (or "pretty URLs") on Windows IIS.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
@hgrimelid
hgrimelid / gravity-forms_bootstrap
Last active December 16, 2015 10:05 — forked from DevinWalker/gravity-forms_bootstrap
Gravity Forms Twitter Bootstrap CSS Styles Turn OFF Gravity Forms CSS.
/* ------------------------------------
Gravity Forms
---------------------------------------*/
.gform_wrapper ul {
padding-left: 0;
list-style: none
}
.gform_wrapper li {