• Resolved for3v3rforgott3n

    (@for3v3rforgott3n)


    As stated in title, my wp-admin/ folder is showing directory contents instead of showing the admin GUI.

    The url in question is http://technewsgalore.com/wordpress/wp-admin/

    Here are the contents of the .htaccess file for WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-admin showing directory contents’ is closed to new replies.