On Mon, 2009-04-13 at 09:35 +0100, Neil Bothwick wrote: > On Sun, 12 Apr 2009 20:40:14 -0500, Michael Sullivan wrote: > > > > > That location just gives me a directory listing... > > > > > > > > > > Of the mythweb files? If so, just click the index file. > > > > > Which is the index file? > > You haven't set up the rewrite rules, which was probably mentioned in the > elog message. There's a .htaccess file to add to the mythweb directory > that, among other things, loads mythweb.php as the default file. > /var/www/localhost/htdocs/mythweb/data/.htaccess >
There was no mention of setting up rewrite rules or of .htaccess in the elog message. I ran locate and found an .htaccess file at /var/www/localhost/htdocs/mythweb/data/.htaccess, but all it says is: camille data # cat /var/www/localhost/htdocs/mythweb/data/.htaccess # Allow the webserver to follow symlinks in the data directory, but not to # execute any commands, browse directory indexes, etc. Options -All +FollowSymLinks +IncludesNoExec What am I supposed to do with that?