• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

.htaccess Files Not Working using Apache

SaturnX

Diamond Member
Hey all,

I'm trying implement some mod_rewrites and blocking bad bots on my site, although I'm continually getting Internal Server 500 Errors.

Even with a REALLY simple .htaccess file, I'll get a 500 Error, so I obviously know that it has to be something with my Apache config files.

Also in my httpd error log, the following is listed beside my failed attempt:

"RewriteEngine not allowed here."

I know that this is going to be something with my .conf files, but I'm not sure what settings and directives need to be set.

And, yes, mod_rewrite is being loaded with Apache.

Thanks for any help!

--Mark

 
Yeah, I just noticed that, it was AllowOverride that wasn't set up right.

Thanks, it's all working!

Now to get my redirects done right!

--Mark
 
Back
Top