Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bobpeers

  1. bobpeers

    mod_rewrite with multiviews problem

    Hi, I use mod_rewrite to redirect all traffic on 3 parked domains to a single domain, this looks like below and works fine: RewriteCond %{HTTP_HOST} !^www\.bobpeers\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^(.*) http://www.bobpeers.com/$1 [R=301,L] However I also use multiviews...

Part and Inventory Search

Back
Top