In my htaccess i have
RewriteRule ^([^/]+)/?$ cms.php?seotitle=$1 [L]
The idea is that index.html will load fine and then anything requested at domain.com/anythinghere.html will use the rule of grabbing the file from cms.php.
However its not working - any clues? Really need this sorted asap.