apache - Error 500 with .htaccess edits but mod_rewrite is loaded -
as of title, i'm having problems .htaccess file, should set fine, has write basic as
rewriteengine on it starts giving me nice 500 internal server error. i'm hosting on localhost on apache server (unix)
obviously triple checked set fine, , top of mod_rewrite loaded.
thanks precious help!
if error occurs every single type of instruction put in file (that is, caching, filesmatch, errordocument, etc), there 2 possible options can think of right now:
the encoding of
.htaccessfile not compatible server you're running. try converting ansi, , try again (apache not support byte order marks, you'd need save ansi, or utf-8, without bom). if not work:allowoverridenot set correctly, or not @ all. if have access virtual host/directory configuration, you'll need enable adding lineallowoverride allin<directory>container.
Comments
Post a Comment