• Resolved learnfoodonline

    (@learnfoodonline)


    Hello,
    I installed wordpress to the root of my domain and the theme formatting does not show correctly when i go to the site. Also, when i go into admin panel->Appearances all i see is gray boxes and not previews of my themes. Some other info which may be helpful:
    – Web host is Hostmonster
    – The domain is an add on domain to the parent
    – Domain name is im-accounting.com

    Any help would really be appreciated

Viewing 1 replies (of 1 total)
  • Thread Starter learnfoodonline

    (@learnfoodonline)

    Just a follow up if anyone encountered this issue. When WP was installed an .htaccess file was not created. From what i can tell all these files are standard and the code is as follows:

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

    # END WordPress

    I just created a file in the directory of my WP blog and named the file .htaccess and it now works. I am not a programmer so this may not work for all but it did work for me.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme not displaying correctly’ is closed to new replies.