8 Recent Entries tagged with »Webdev«
Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0)
Firefox + Greasemonkey + 72.9.109.166 hoodwink.d...
Go figure!
<IfModule mod_bandwidth.c> BandWidthModule On # BandWidth [From] [bytes/s] # [From: full host, part of a domain, an ip address, a network ...
Öffentliches SSL-Zertifikat importieren:
openssl s_client -connect ssl.example.com:443 > server.pem
Zeritifikat in den Java-Keystore importieren:
keytool -import -alias ssl.example.com -k...
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule ^(dir1|dir2)/(index\.php)*$ $1/$1_index.php [NC,NS,QSA]
Siehe Apache Docs: mod_rewrite.html#R...
Installing mnoGoSearch
Unpack the distribution file
tar -zxf mnogosearch-x.x.x.tar.gz
Configure (MySQL database support) [1]:
cd mnogosearch-x.x.x
./configure --prefix=/home/sts/mnogo --w...
Mac/Unix:
The invisible Subversion folder is located inside your $HOME directory. On Mac OS X:
[powermac:~/.subversion] sts% pwd
/Users/sts/.subversion
On Windows it's located inside th...
svnadmin dump /path/to/repos | \
svndumpfilter --dump-empty-revs --renumber-revs \
include Module_to_include > module_to_include.dump
svnadmin load /path/to/different/repos < module_to_in...