tallerman
Member
Posted 2 years ago #
After installing I can't get anything at the blog or admin URLs except indexes. I have access to the dashboard and have logged in.
Index of /blog
Parent Directory
fantversion.php
index.php
license.txt
readme.html
wp-admin/
wp-app.php
wp-atom.php
wp-blog-header.php
wp-comments-post.php
wp-commentsrss2.php
wp-config-sample.php
wp-config.php
wp-content/
wp-cron.php
wp-feed.php
wp-includes/
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-pass.php
wp-rdf.php
wp-register.php
wp-rss.php
wp-rss2.php
wp-settings.php
wp-trackback.php
xmlrpc.php
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at fix-my-slice.com Port 80
WordPress Hosting
Member
Posted 2 years ago #
you should have configured directory browsing, you should disable it, if you add "index.php" directly behind the url it should work fine.
tallerman
Member
Posted 2 years ago #
I am sorry, how do I disable directory browsing?
The idea of index.php brings up the dashboard in the admin directory, and changes nothing in the blog directory.
Try http://www.fix-my-slice.com/blog/index.php to see my point.
tallerman
Member
Posted 2 years ago #
I am ready to pull this thing down and join WordPress.com
You can disable directory listings using something called "Index Manager" in cPanel. That should do the trick as far as listings of directories being shown.
You might also want to try and add this to your .htaccess file:
#Specify a default home page (index page)
DirectoryIndex index.php
That might help because it looks like index.php isn't being recognized as the index on your site.