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:

  1. the encoding of .htaccess file 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:

  2. allowoverride not set correctly, or not @ all. if have access virtual host/directory configuration, you'll need enable adding line allowoverride all in <directory> container.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -