HTML Special Characters
The following list includes the HTML codes for many of the special character symbols used on Web pages. Not all browsers support all the codes, so be sure to test your HTML codes before you use them. You should also use the Unicode character set, and define that in the head of your document:
Economics free CSS Template
Swanky free CSS Templates
The easiest way for embedding video
The easiest way for embedding video
<object width=”550″ height=”400″>
<param name=”movie” value=”someflashfile.swf”>
<embed src=”someflashfile.swf” width=”550″ height=”400″>
</embed>
</object>
AskApache Password Protect Plugin

RedirectMatch with wildcards
RedirectMatch 301 ^/wp-content/uploads/p/(.*)$ http://z.site.com/p/$1
RedirectMatch 301 ^/(.*)apache-htaccess.html/2/(.*)$ http://www.site.com/htaccess/using-http-headers-with-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/3/(.*)$ http://www.site.com/htaccess/php-htaccess-tips-and-tricks.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/4/(.*)$ http://www.site.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/5/(.*)$ http://www.site.com/htaccess/mod_rewrite-tips-and-tricks.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/6/(.*)$ http://www.site.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/7/(.*)$ http://www.site.com/htaccess/apache-authentication-in-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/8/(.*)$ http://www.site.com/htaccess/security-with-apache-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/9/(.*)$ http://www.site.com/htaccess/ssl-example-usage-in-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/#htaccess-glossary http://www.site.com/htaccess/htaccess-for-webmasters.html#htaccess-glossary
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/(.*)$ http://www.site.com/htaccess/apache-variable-fun-in-htaccess.html$2
RedirectMatch 301 ^/(.*)\.htm$ http://www.site.com/$1.html
RedirectMatch 301 ^/200([0-9])/([^01])(.*)$ http://www.site.com/$2$3
RedirectMatch 301 ^/(.*)/htaccesselite-ultimate-htaccess-article.html(.*) http://www.site.com/htaccess/apache-htaccess.html
RedirectMatch 301 ^/(.*)\.html/1/(.*) http://www.site.com/$1.html$2
RedirectMatch 301 ^/category/(.+)$ http://www.site.com/$1
.htaccess tutorial for SEO 301 Redirects with RedirectMatch and mod_alias
Web Professionals use mod_rewrite to issue 301 and 302 Redirects for Search Engines. Sometimes you may not have mod_rewrite.c or you want an alternative redirect method. Using mod_alias RedirectMatch you can use REGEX in Redirect commands!
____________________________________________________________________________________
Web-Professionals verwenden mod_rewrite Frage zu 301 und 302 Weiterleitungen für Suchmaschinen. Manchmal kann man nicht haben mod_rewrite.c oder Sie wollen eine alternative Methode umleiten. Mit ‘mod_alias’ RedirectMatch können Sie die REGEX Redirect Befehle!
Read the rest of this entry »
Allow Search robots
This does the opposite of above, allowing ONLY these web robots access. Other than rogue robots, configuring your robots.txt file correctly will keep most robots where you want them.
Read the rest of this entry »
Deny Access to No Referrer Requests
When your readers comment, the wp-comments-post.php file is accessed, does its thing, and creates the post. The user’s browser will send a “referral” line about this.
Ip banning with htaccess
deny from 192.168.0.1



