Add a static html page to wordpress root folder

Discussion in 'Apache' started by domfos, Aug 1, 2006.

  1. #1
    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.
     
    domfos, Aug 1, 2006 IP