mine was only broken for

http://xxx/mythweb

note no trailing /

fix was int mythweb-htaccess.conf

    RewriteCond     !%{REQUEST_FILENAME}  -d
    RewriteRule     ^(.*)$                  mythweb.php/$1
[QSA,L]


>  Access to http://localhost/mythweb/ is broken by the rewriting rules in
>  .htaccess. Instead it diverts to http://localhost/mythweb/mythweb.php/
>  which doesn't exist as a directory, so gets 404. Should load index.html
>  which diverts to program_listing.php.
>
> -- 
> Ticket URL: <http://svn.mythtv.org/trac/ticket/786>
> MythTV <http://www.mythtv.org/>
> MythTV


----------------------------------------------------------------------------
----


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to