Thread: .htaccess
View Single Post
  #1 (permalink)  
Old 11-01-05
andy_jacko's Avatar
andy_jacko andy_jacko is offline
curiouser and curiouser
 
Join Date: Sep 2003
Location: uk
Posts: 654
Thanks: 0
Thanked 0 Times in 0 Posts
andy_jacko is an unknown quantity at this point
  .htaccess

can anyone decipher what this .htaccess file does.

RewriteRule ^([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)[.]html$ test.php?category=$1&id=$2

RewriteRule ^([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)[.]html$ test.php?category=$1&subcategory=$2&id=$3


its supposed to help with unwanted access using bandwidth.

Kind regards andy
Reply With Quote
Sponsored Links