Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: No CSS
    Thread Starter SimBox.NL

    (@simboxnl)

    Looks fine to me…

    http://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 1 replies (of 1 total)