> ------------------- 8< ------------------- > # cat /etc/apache2/mods-available/rewrite.load > LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so > -------------------->8 -------------------- > > and one to enable them: > ------------------- 8< ------------------- > # cat /etc/apache2/mods-enabled/rewrite.load > LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so > -------------------->8 -------------------- > > What is missing?
Looks good to me. Have you tried one of the alternate rewrite setups suggested in the .htaccess file? -Chris _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
