Forum Replies Created

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

    (@snobbin)

    After posting i saw that the .htaccess file was a bit strange, edited it too:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    # END WordPress

    and it worked.

Viewing 1 replies (of 1 total)