Forum Replies Created

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

    (@mslabinoha)

    There can’t be any resttictions on dashboard since it is fresh installation moved from localhost where it worked.
    On htaccess: here is my file (considering that website is in subdirectory).

    `<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    In console, there is nothing except many “jQuery is not defined” from other scripts. All scripts are delivered with 200 OK status

Viewing 1 replies (of 1 total)