Skip to content

CSS files failed to be loaded;net::ERR_TOO_MANY_REDIRECTS #202

Answered by 0MAL
0MAL asked this question in Problems & Issues
Discussion options

You must be logged in to vote

Both files exist there.
I think I have solved the issue. I changed the .htaccess file just under the parent folder of unzipped mosparo-stable-v1.1.3.zip like this:
before

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteBase /

    RewriteRule ^build(.*)$ public/build/$1 [L]
    RewriteRule ^bundles(.*)$ public/bundles/$1 [L]

    RewriteRule ^robots.txt$ public/robots.txt [L]

after

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteBase /

    RewriteRule ^build(.*)$ public/build/$1 [L]
    RewriteRule ^bundles(.*)$ public/bundles/$1 [L]
    RewriteRule ^resources(.*)$ public/resources/$1 [L]

    RewriteRule ^robots.txt$ public/robots.txt [L]

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@zepich
Comment options

@0MAL
Comment options

Answer selected by zepich
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants