Moved this to a new thread.
Thread Starter
ozstar
(@ozstar)
Thank you.
Unfortunately that didn’t work for me 🙂
I may have not said it correctly..
This is the .htaccess I have now…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have an index.html file which I want visitors to see at the moment.
I also want to be able to see the WP site I am working on using the index.php
I will put http://www.domain.com/index.php to get the WP site and others will just use http://www.domanin.com to get to the index.html.
Hope that’s better.
Thanks again
oz