[mythtv] Re: [mythtv-commits] Ticket #786: Rewriting rules break access to/mythweb/

Mark Spieth mark at dclabs.com.au
Sat Dec 10 19:52:45 EST 2005


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 at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits



More information about the mythtv-dev mailing list