How can ı do a index html direct to wp index.php (Latest version of Wordpress). I reviewed the canonical.php but no result
Asked
Active
Viewed 458 times
1 Answers
1
You can use a simple .htaccess rule as described here.
RewriteEngine On
RewriteRule ^(.*)\.html$ $1.php [L]
Add this to the .htaccess file in the root of your website.

lemonade
- 28
- 3
-
Thank you for your interest but ı use default wordpress htaccess. I tried, but the result was unsuccessful – Jul 20 '17 at 00:14
-
Exactly what i want to do a html file direct to wordress script :) – Jul 20 '17 at 00:19