1
I have a site in Wordpress, when access it gets dominio.com
, but I want only the index
from it move to www.dominio.com/home
.
That is, when you access www.dominio.com
, change to www.dominio.com/home
(That is, only when you access the home page, the other pages stay as they are).
You have erred: http://prntscr.com/j2afy1
– Matheus Vitor
you should rename the file
index.php
forhome.php
– Costamilam
Just to understand, when added to line
DirectoryIndex home.php
, means that by going toexample.com
it will fetch the file defined on the line (home.php
), if not exsitir it will show a list of files that exists in that directory, as in the image– Costamilam