Redirect Request ending in .html/ to .html RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.+)\.html/\ HTTP/ RewriteRule ^(.+)\.html/$ http://www.askapache.com/$1.html [R=301,L]
Daily Archives: October 14, 2010
QR barcode generator
http://qrcode.kaywa.com/ http://datamatrix.kaywa.com/ http://delivr.com/qr-code-generator
Google Maps QR code
What’s that bar code? This unique bar code on the lower right of the sticker (known as a QR code) lets customers – and potential customers – instantly learn more about a business, by visiting a mobile version of the business’ Place Page on any supported phone. Here’s more on how it works and what …
CSS input – text style
input[type=text] { width: 300px; background-color: cyan; }