<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule "^html/([^./]*)[/|]$" "/?f=$1"
RewriteRule "^html/([^./]*)/([0-9]+).html" "/?f=$1&c=$2"
RewriteRule "^html/([^./]*)/(view)_([0-9]+).html" "/?f=$1&a=$2&r=$3"
RewriteRule "^html/([^./]*)/(view)_([0-9]+)_([0-9]+).html" 
"/?f=$1&a=$2&c=$3&r=$4"
RewriteRule "^html/([^./]*)/(send)_([0-9]+).html" "/?f=$1&a=$2&r=$3"
</IfModule>


Who can help me to use it on cheroee?
it's so hard for me..
thanks!
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to