MyBB Community Forums

Full Version: htaccess tossing 500 no matter what I do
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Fairly sure it is a host provider, but I am done trying to figure this out and tried everything I know.



So here is the deal, New install 1.8.19.  Followed all the readme docs. Website is in the root no subs just straight
www.mywebaroo.com
Now I am simply using the stock htaccess.txt "YES" i rename it

I put the file in root and I get 500
I turn on Friendly SEO I get 500 or URL not found

I can dumb it down to a basic rewrite and that works with out SEO enabled.  Not having it at all works with no issues.  I see nothing in logs that I have access
Okay, did you try with a fresh .htaccess with empty content ?
Make sure htaccess is .htaccess
If it’s a 500, the actual error will display in your error_log. Go and look for it.
Hi,

if the URL you post is correct, the domain doesn't have the DNSs propagated.

Try to fix this first.
Can you create a new file with the contents:

<?php
echo '<pre>';
print_r(get_loaded_extensions());
echo '</pre>';

and return the results.