To enable mod_rewrite in Apache it is very simple. First you change this line ‘#LoadModule rewrite_module modules/mod_rewrite.so’ to ‘LoadModule rewrite_module modules/mod_rewrite.so’. Then you change this line ‘AllowOverride None’ under ‘# Options FileInfo AuthConfig Limit’ to ‘AllowOverride All’. Quite simple
[...] #@drtechnickal @travwetzel I even had this documented so I wouldn't forget how to do it… http://joshbetz.com/2007/06/enable-mod_rewrite/ #Related posts:2010-05-23 Twitter Updates2010-05-16 Twitter Updates2010-05-09 Twitter [...]