0 Credit Cards - Encyclopaedia - Encyclopaedia - 0 Credit Cards - Home Loans

PDA

View Full Version : Add a static html page to wordpress root folder


domfos
Aug 1st 2006, 3:44 pm
Hi,
I'd like to try and add a static html page to the root folder of my wordpress install.

I currently have permalinks enabled and my .htaccess looks like this:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

If I am able to add the static page what how would I write the rewriterule? I've tried many things but can't get it to work.