It looks like you're new here. If you want to get involved, click one of these buttons!
RewriteEngine On
RewriteRule ^(tutorials)/$ /tutorials.php [L]
RewriteRule ^(tutorials)$ /tutorials.php [L]
RewriteRule ^tutorials/(.*)/$ /tutorials.php?c=$1 [L]
RewriteRule ^tutorials/(.*)$ /tutorials.php?c=$1 [L]
RewriteRule ^tutorials/(.*)/(.*)/$ /tutorials.php?c=$1&t=$2 [L]
RewriteRule ^tutorials/(.*)/(.*)$ /tutorials.php?c=$1&t=$2 [L]
The Royal Ram
Comments
RewriteRule tutorials/(.*)/(.*)/(.*)/(.*)/$ /tutorials.php?$1=$2&$3=$4 [L,NC}
It will change it to domain.com/tutorials/c/4/t/5/
Fast Hosting
Free Webmaster Forums
this should do this:
Daniel L. Rust - Lead Architect
Seattle, WA