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.
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.