Jump to content

style of my site doesn't working


Mhari

Recommended Posts

Loading failed for the <script> with source “http://tatoeba.ga/iwbx-assets/js/jquery-2.1.1.min.js”.
iwbx-assets:2
Loading failed for the <script> with source “http://tatoeba.ga/iwbx-assets/js/bootstrap.min.js”.
iwbx-assets:2
Bootstrap requires jquery and bootstrap.js is loaded to work.

But the problem with your website is every request to any URL of your website is being forwarded/rewritten to "/index.*".

Rewrite your URLs correctly in your .htaccess file.

Link to comment
Share on other sites

Your issue is your .htaccess files as expected. The one in your document root has a forced redirect to index.php that prevents the assets from loading, and the one in the assets folder is invalid, causing a 500 error on the assets once the redirect was removed. 

 

I renamed both files to htaccess.old so they're ignored, and your site now seems to function correctly.

 

EDIT: @Krydos: You posted while I was looking at it. It's actually 2 htaccess files. I just renamed them for him and it does indeed now work correctly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...