I have WordPress installed in my main directory for my website and not in /wordpress. Currently my htaccess file has in it DirectoryIndex index2.html
. This points to a static html page that was my landing page before installing wordpress. Now, when I visit my site after having installed WordPress I am still presented with the same landing page as before. What do I need to change to make sure that going to my domain will now point to the PHP pages of WordPress instead of my old html
content? The site is on a shared Window hosting plan if that makes any difference
Leave a Reply
You must be logged in to post a comment.
Make sure that you do not have an index.html file in your root WP directory. index.html files have precedence over the index.php files. That explains why the landing page is loading even when you navigate to a subpage of the site.
Just comment this line or change it to