Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Scottb13

    (@scottb13)

    Wow. Once I cleared browser cache it came right up. Never occurred to me that could happen, or to try something so obvious as another browser. Thanks for everything, i’ll go hide now.

    Thread Starter Scottb13

    (@scottb13)

    url http://www.scottbdesign.com

    contents of .htaccess file:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter Scottb13

    (@scottb13)

    Thanks to you both for the posts. @jevets, I tried creating a blank .htaccess file and uploading it to the root dir. But still no home page. Did i do that right? As for permalinks, I tried selecting a different (non-default) setting but that didn’t help yet either, I didn’t see any documentation on “reconfiguring permalinks” so that’s all i tried there so far.

    @ub i already have the correct url in the general settings (www.site.com) and i even tried putting the exact file path there (.com/index.php) but page is still not found. (That lead to other problems accessing my WP Dashboard, so I backed out of that direct-file-path approach.)

    I dont know if this is a wordpress glitch or a database glitch with my host/server (1and1). Not sure what direction to go. Any other ideas?

Viewing 3 replies - 1 through 3 (of 3 total)