<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~ninjatech/lms_chameleon_associates/
RewriteRule ^index\.php$ - [L]
RewriteRule ^(?:|(?:\/|\\))([0-9]{1,})((?:.*(?:\/|\\))|.*\.(?:(?:html|htm)(?:|.*)))$ /~ninjatech/lms_chameleon_associates/index.php?tincanny_content_id=$1&tincanny_file_path=$2 [QSA,L,NE]
</IfModule>