Joined November 2013
·
Achievements
29 Karma
0 Total ProTip Views
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci
Have at least one original repos where PHP is the dominant language
For Wordpress multisite / subdomain install :
RewriteCond %{HTTP_HOST} domain1.multisite-install.com
RewriteRule (.*) http://www.domain1.com/wp-content/uploads/$1 [L,P]
RewriteCond %{HTTP_HOST} domain2.multisite-install.com
RewriteRule (.*) http://www.domain2.com/wp-content/uploads/$1 [L,P]
and so on...
:D