Baldwinit.com Website Design

Website Design & Management

  • Home
  • About
  • Archives
  • Tags

Subscribe via Email

htaccess

0

RedirectMatch with wildcards

Posted by admin
March 20, 2008

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


0

.htaccess tutorial for SEO 301 Redirects with RedirectMatch and mod_alias

Posted by admin
March 20, 2008

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 [...]


0

Allow Search robots

Posted by admin
March 20, 2008

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.


0

Deny Access to No Referrer Requests

Posted by admin
March 20, 2008

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.


0

Ip banning with htaccess

Posted by admin
March 20, 2008

deny from 192.168.0.1


0

.htaccess hacking for fun and profit

Posted by admin
March 20, 2008

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} *wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://www.anywhere.com/$ [R=301,L]


0

Fight Blog Spam with Apache

Posted by admin
March 20, 2008

Stop those Spammers from spamming your blogs using Apache tricks! I also would recommend Akismet and possibly spam karma…


Search

Archives

  • May 2008
  • April 2008
  • March 2008

Categories

  • Articles
  • Css
  • Free Templates
  • htaccess
  • Html Codes
  • Icons
  • Javascript Codes
  • Software
  • Wordpress Plugins
  • Wordpress Themes
  • Recent Posts

    • Facebook Wordpress Theme
    • Free Icons download
    • Web Safe Color Chart
    • How can you select a quality domain name?
    • On mouse over alert box
  • Blogroll

    • Cheap Holidays To Egypt
    • Icmeler Hotels
    • Online Music Reviews
    • Sandalye
    • Southern Arizona Women’s Computer Bank
    • Turkey Holidays
  • Archives

    • May 2008
    • April 2008
    • March 2008
  • Recent Posts

    • Facebook Wordpress Theme
    • Free Icons download
    • Web Safe Color Chart
    • How can you select a quality domain name?
    • On mouse over alert box

Powered by WP | WP Remix Copyright 2007. Baldwinit.com Website Design. All rights reserved

  • Home
  • About
  • Archives
  • Tags