Changing from 'index.php' to 'index.html'
-
Hi.
How would be the .htaccess file code, to change my website index from ‘index.php’ to ‘index.html’?
Here is the code, as it is now:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress_br
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
What changes should I make, so my index change to a ‘index.html’ file?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Changing from 'index.php' to 'index.html'’ is closed to new replies.