No subject


Thu Sep 20 15:16:44 UTC 2007


First thing I'd suggest is to rm -rf /var/www/* then re-install mythweb.

If that's not helping (And if you want to keep mythweb in the root,
rather than having http://192.168.14.3/mythweb and
http://192.168.14.3/t), you will have to edit the .htaccess to add "t"
to the rewriterule so it looks like so:

RewriteRule    ^(t|css|data|images|js|themes|skins|backgroundthumbnails|highlight|mythtvburnmusic|[a-z_]+\.php)(/|$)
    -     [L]

(NB: all on one line)

That will make the mod_rewrite ignore all calls to your /t/ folder.

HTH.
-- 
Robert "Anaerin" Johnston


More information about the mythtv-users mailing list