i currently have a simple htaccess file:
AddType application/x-httpd-php .html
Thats wonderful and all and I know I could simply add etomites friendly url mod_rewrite code in there and itd work fine but I dont want ALL (^(.*)$) pages going to it.
Is there a way I can make it so that (^p_(.*)$) goes to it or something? Because currently I have vB (vBulletin) in the same directory and it has a .html extension and I dont want etomite and vB mixing each other up.










