Skip to content

Instantly share code, notes, and snippets.

View pyguerder's full-sized avatar

Pierre-Yves Guerder pyguerder

View GitHub Profile
@pyguerder
pyguerder / .htaccess
Last active December 3, 2023 23:24
Installation de Flask sur un hébergement mutualisé OVH
Options +ExecCGI
AddHandler cgi-script .cgi
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ flask.cgi/$1 [QSA,L]
@koseki
koseki / wp-lang.sh
Last active July 6, 2023 11:31
Download Wordpress translation files. Execute inside the wp-content/languages directory.
#! /bin/sh
#
# Download Wordpress translation files.
# Execute inside the wp-content/languages directory.
#
# http://codex.wordpress.org/Installing_WordPress_in_Your_Language
# http://ja.wordpress.org/install-ja/ (ja)
#
VERSION=3.5.x