- Google Map
- Base64
- Custome Animations
- SVG
- Canvas
- Adobe CS Pack
- photoshop save4web
- sizes
- photoshop actions
- Bridge
- Flash
- PHP Intro
- UnderDev
- favicon
- .com domain
- Rubic
Created
October 1, 2012 11:23
-
-
Save alimd/3811059 to your computer and use it in GitHub Desktop.
CIW Last sessions
Redirect all url (without type) to .php
** => .php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-z0-9/_+-]+)$ /$1.php [L]
</IfModule>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screen Size
note: width (16:9) = 1080p * 16 / 9
more