Hello, I am in need of a rewrite rule for converting this: /content/something into this: /content.php?type=something Pls help
use this.. RewriteCond %{HTTP_HOST} ^(www.)?yourdomain.com$ RewriteRule ^([^/\.]+)/([^/\.]+)$ $1.php?type=$2