• Hey, just installed a fresh blog in a sub-directory /wordpress/ and I have a domain name pointing to that folder using my htaccess by using…

    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/wordpress/
    RewriteCond %{HTTP_HOST} xodiac.net$
    RewriteRule ^(.*)$ wordpress/$1 [L]

    However there doesn’t appear to be any theme whatsoever, it’s just unformatted text. And this is the case even with another theme.

    Any ideas why?

    https://www.xodiac.net/ is the blog so you can see for yourself!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Themes Are Blank’ is closed to new replies.