The Mod Rewrite Generator can be used to turn dynamic URLs into search engine friendly static URLs. Static URLs typically rank better in search engines than long complex dynamic URLs with lots of parameters, they are easier to index in the first place and they’re also friendlier looking to the end user.
Using htaccess Files for Pretty URLS
Continuing our review of htaccess files, today we’ll examine how to use mod_rewrite to create pretty URLs.
Download Windows 8 Developer Preview Build ISO (32-bit & 64-bit)
Like Windows 7 Public betas Microsoft has made the first Windows 8 Developer Preview build publicly available for download to all Windows enthusiast. Unlike Windows 7, Microsoft did managed to keep tight lied on Windows 8 leaks and it was worth the wait for first official preview build since all the new Metro UI and features can be seen on in this Windows 8 Developer Preview which Microsoft demoed today at Build conference.
Continue reading “Download Windows 8 Developer Preview Build ISO (32-bit & 64-bit)”
Enable Facebook Timeline for Profile
At F8 2011 conference Facebook unveiled the new profile layout named as Facebook Timeline, as it says its timeline of your entire life on Facebook. The status updates, stories shared, pictures you uploaded, everything you did on your Facebook account will be now an open book, a timeline.
Top 5 Online .htaccess Mod Rewrite Rules Generator
mod_rewrite rules are the power of apache which lets you to do magic withredirection. Using mod_rewrite rule you can create SEO friendly URL’s, forward specific request to any other domain, restrict access to webpages or website based on user agent and much more.
Continue reading “Top 5 Online .htaccess Mod Rewrite Rules Generator”
php: howto control page caching header
Controlling how web pages are cached is basically done using 2 kind of headers: Expires
and Cache-Control Continue reading "php: howto control page caching header"