Comment to 'Fresh install, join now and login links don't work'
  • Did both of those already too!  The audit is good other than it does does say: rewrite_module - UNDEFINED.  I searched for this on the forums and someone said to add the following lines to my .htaccess:

    RewriteRule ^m/(.*)$ modules/index.php?r=$1 [QSA,L]

    RewriteRule ^page/(.*)$ page.php?i=$1 [QSA,L]

    RewriteRule ^s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+) storage.php?o=$1&f=$2 [QSA,L]

    I did that and still no go.