Pages

Monday, May 30, 2011

10 htaccess snippets and new css3 selectors

10 USEFUL .htaccess Snippets
http://www.catswhocode.com/blog/10-useful-htaccess-snippets-to-have-in-your-toolbox

My favRemove file extensions from urls

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
# Replace html with your file extension, eg: php, htm, asp


New CSS 3 Selectors
http://perishablepress.com/awesome-new-css3-selectors/

My favReverse/Parent Selectors

a < img { border: none; }


Technorati tags:  


code post | Subscribe to RSS Feed  

0 comments:

^Top

Some work on this page is licensed under a
Creative Commons License
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.


 ||