-1

I'm using FileZilla to put Wordpress on my website. This Website already existed and already had some pages in it, and it does a backup everyday. Unfortunately I can't delete index.html on the backup folder, so even if I use Wordpress to edit themes et cetera, THAT index.html is shown when i go visit the web site.

In the Wordpress folders there isn't a index.html file, only a index.php file, is it normal?

Anoop Asok
  • 1,311
  • 1
  • 8
  • 20
Ales
  • 19
  • 8

1 Answers1

0

Yes, this is normal because Wordpress uses PHP for dynamic pages.

You can add this to your htaccess to prefer .php over .html

DirectoryIndex index.php index.html

Or set your wordpress Site in a sub directory of your regular site.

TeeDeJee
  • 3,756
  • 1
  • 17
  • 24