Jump to content

Recommended Posts

Posted

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.

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...