Skip to content

Instantly share code, notes, and snippets.

View victorwitkamp's full-sized avatar

Victor Witkamp victorwitkamp

View GitHub Profile
@victorwitkamp
victorwitkamp / web.config
Created July 28, 2021 16:50
IIS rewrite rule for Symfony 4 - this was the only file that I could find that actually helped me to get Symfony 4 to work.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<clear />
<rule name="TempRewriteToWeb" stopProcessing="false">
<match url="^(public/)?(.*)$" />
<action type="Rewrite" url="public/{R:2}" logRewrittenUrl="true" />
</rule>
@victorwitkamp
victorwitkamp / profiles.json
Created June 24, 2019 14:22 — forked from mehulmpt/profiles.json
Sample profiles.json for new Windows Terminal
{
"defaultProfile": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [
{
"guid": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",