2010年5月20日星期四

htaccess redirect when site under maintenance

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$ 

RewriteRule $ /maintenance.html [R=302,L]

2010年5月17日星期一

move ubuntu lucid window buttons

run gconf-editor
go to apps/metacity/general and change the value to :close,minimize,maximize

easy!