• After installation, when I go to see my blog, the system shows me a list of Files.
    I can not show the blog
    The administration interface and it works but I see when I pass the front end of the blog gives me a list of files, directory conteneti precendentemente I installed WordPress.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Try adding

    Options -Indexes
    DirectoryIndex index.php index.html index.htm

    to ans .htaccess file in your root domain folder.

    Thread Starter ravizza

    (@ravizza)

    I Do
    remember the system is windwos !!
    ALE

    Thread Starter ravizza

    (@ravizza)

    this is my file htaccess
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    remember the system is windwos !!

    Windows servers don’t use .htaccess files. Contact your hosts for assistance.

    Thread Starter ravizza

    (@ravizza)

    this is the root WP

    ???C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\WPIngm>dir
    Volume in drive C has no label.
    Volume Serial Number is 303D-DDED

    Directory of C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\WPIng
    m

    06/11/2012 11:32 AM <DIR> .
    06/11/2012 11:32 AM <DIR> ..
    06/11/2012 01:29 PM 312 htaccess
    06/11/2012 10:14 AM 397 index.php
    06/11/2012 10:14 AM 410 LEGGIMI.txt
    06/11/2012 10:14 AM 16,899 license.txt
    06/11/2012 10:14 AM 24,880 licenza.html
    06/11/2012 10:14 AM 8,948 readme.html
    06/11/2012 10:14 AM 4,268 wp-activate.php
    06/11/2012 10:03 AM <DIR> wp-admin
    06/11/2012 10:14 AM 40,272 wp-app.php
    06/11/2012 10:14 AM 274 wp-blog-header.php
    06/11/2012 10:14 AM 3,989 wp-comments-post.php
    06/11/2012 10:14 AM 3,737 wp-config-sample.php
    06/08/2012 04:59 PM 3,704 wp-config.php
    06/11/2012 10:15 AM <DIR> wp-content
    06/11/2012 10:14 AM 2,684 wp-cron.php
    06/11/2012 10:03 AM <DIR> wp-includes
    06/11/2012 10:14 AM 1,997 wp-links-opml.php
    06/11/2012 10:14 AM 2,622 wp-load.php
    06/11/2012 10:14 AM 27,695 wp-login.php
    06/11/2012 10:14 AM 7,777 wp-mail.php
    06/11/2012 10:14 AM 413 wp-pass.php
    06/11/2012 10:14 AM 334 wp-register.php
    06/11/2012 10:14 AM 9,913 wp-settings.php
    06/11/2012 10:14 AM 18,545 wp-signup.php
    06/11/2012 10:14 AM 3,702 wp-trackback.php
    06/11/2012 10:14 AM 3,266 xmlrpc.php
    23 File(s) 187,038 bytes
    5 Dir(s) 5,033,336,832 bytes free

    C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\WPIngm>

    Thread Starter ravizza

    (@ravizza)

    I use apache for IIS

    Thread Starter ravizza

    (@ravizza)

    sorry I Use Apache 2.2 not IIS

    Add the lines I suggested at the top of your WordPress .htaccess file.

    Thread Starter ravizza

    (@ravizza)

    I Think the case is strange because select the file index.php
    do not load.

    Thread Starter ravizza

    (@ravizza)

    windows don accept htaccess with a a dot in front
    i create file htaccess without .
    I just Add line suggested you
    but don’t Works

    Try contacting your hosts for assistance.

    Thread Starter ravizza

    (@ravizza)

    thank’s for your help

    i just resolve

    By by ALE

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Problem to display my Blog’ is closed to new replies.