Forum Moderators: phranque
I emailed them about .htaccess support, and they said you can use it to password protect directories, but nothing was mentioned about mod_rewrite.
RewriteEngine On
RewriteRule ^lyrics/(.*)/(.*).html$ viewLyrics.php?id=$2
When I go to [my domain]/lyrics/ajkfdjklsfkas/12.html, it just shows my 404 error page.