Skip to content

Instantly share code, notes, and snippets.

@hoadn
hoadn / Laravel on VestaCP.md
Created May 22, 2019 04:06 — forked from peterbrinck/Laravel on VestaCP.md
Laravel web templates for VestaCP

I've made a new web template to make Laravel work easily on VestaCP, and so I wouldn't have to change my Laravel installation, if I ever wanted to deploy it elsewhere.

Each file should be put in /usr/local/vesta/data/templates/web/apache2

Then, when you edit your domain/site, you can change the web template to Laravel and just upload your whole project into public_html

@hoadn
hoadn / index.html
Created October 21, 2020 17:42 — forked from MircoBabin/index.html
Convert IIS web.config to Apache .htaccess
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>IIS web.config to Apache .htaccess rule translator</title>
<style>
#xmldoc {
width: 100%;
height: 200px;