[mythtv-users] .19 mythweb - mod_rewrite not working

Jonathan Markevich mythtv at jonandtina.net
Sun May 14 11:43:06 EDT 2006


Hi, I made a rash upgrade today... paving the way for a mytharchive
installation, I think :)

Anyway, almost everything works.  The only thing I can't get working is
mythweb... none of the links work.  I have searched the archives and I
don't think anything I found is related...

Every link brings me to the main mythweb.php page.  I can manually add
mythweb.php in the URL and it works.  I think mod_rewrite isn't doing
what it should.

I tried messing around with the rewrite rule, changing it to this:

RewriteRule   ^(.+)$   info.php/$1   [QSA,L]

...and added a phpinfo() page.  It doesn't seem to be passing the $1
anywhere.  I also tried:

RewriteRule   ^(.+)$   mythweb.php/$1.test   [QSA,L]

and I get an error page saying "An unknown module was specified .test"

(this is all after clicking on one of the links, BTW).

Please straighten me out, this is confusing...  Thanks in advance.



More information about the mythtv-users mailing list