Making your own PHP quickref – circle.ch/q/xslt

Well, of course it is no pain to type php.net/xslt in a new browser window. But if you still like to have your own quickref on your server, you simply need to configure two lines in your .htaccess on Apache.


RewriteEngine On
RewriteRule ^/q/([a-zA-Z0-9]+) http://php.net/$1

Simple, isn\’t it? Go for http://circle.ch/q/xslt

Leave a Reply