How to make rewrite rule index.html -> index.php
-
Hi,
I need to have a working index.html url. It should show the normal startpage. So I added this (1) rule, but I just get the wordpress error page…
`RewriteEngine On
RewriteBase /
(1) RewriteRule index.html$ /index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]`Any hints??
Thanks Joscha
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to make rewrite rule index.html -> index.php’ is closed to new replies.