I have no idea what’s wrong, but I just tried to log into wordpress on my server, but right after I login I get the following page:
Index of /cc-common/wp-admin
Parent Directory
admin-ajax.php
admin-footer.php
admin-functions.php
admin-header.php
admin-post.php
admin.php
async-upload.php
categories.php
comment.php
ETC ETC
it sort of lists all files…
What did I screw up?? any clue?
You probably need to wet the
DirectoryIndex
in apache (or .htaccess). It sounds like you are just getting a directory listing (which is default if there is no default file specified).