I have this rule in .htaccess to simplify the urls:
RewriteRule ^([a-z]+)$ wp-content/themes/dir/$1.php [L]
It works and creates nice-looking urls, however Google Adwords doesn't like it, gives an Invalid HTTP Response Code error on a link to one of the pages.
Any ideas?