## Use this if Fusion is installed in your root directory RewriteBase / ## Use the following if Fusion is not installed on your root directory ## RewriteBase // RewriteEngine On RewriteCond %{HTTP_HOST} ^www.hkcinema.net$ RewriteRule ^(.*)$ http://hkcinema.net [R=301,L] ## Articles RewriteRule ^(.*)-r([0-9]*).htm$ readarticle.php?article_id=$2 [L,NC] ## Article categories RewriteRule ^(.*)-c([0-9]*).htm$ articles.php?cat_id=$2 [L,NC] # Newsy / News RewriteRule ^index\.html(.*)$ index.php$1 RewriteRule ^(.*)-n([0-9]+)\.html(.*)$ index.php?readmore=$2$3