• After copying the files i’ve started quick setup and did not see any image or css. after setup the default page loads, but again… without css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Perhaps you got the site URL set up wrong. Can you post the URL of your site here?

    Thread Starter SimBox.NL

    (@simboxnl)

    Looks fine to me…

    https://g16.nl/wp452/

    .htaccess needed one update, total file contents:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp452/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp452/index.php [L]
    </IfModule>
    
    <IfModule mod_dir.c>
        DirectoryIndex index.php
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No CSS’ is closed to new replies.