every time i click on "visit site" link at top of dashboard, i am land upon the index directory of all the wordpress files. anyone else have this issue?
every time i click on "visit site" link at top of dashboard, i am land upon the index directory of all the wordpress files. anyone else have this issue?
the only people that have that problem are those that dont have their sites set up to serve index files.
apache:
put this in your .htaccess:
DirectoryIndex index.php
IIS: Talk to your host
i created a .htaccess file in that directory for my wordpress and pasted that snippet you suggested: DirectoryIndex index.php and it worked. thank you whooami!
This topic has been closed to new replies.