[mythtv-users] mythweb upgrade woes
Shawn
shawnuth at gmail.com
Mon Feb 13 22:17:01 UTC 2006
jonny Linux wrote:
> > Did you read through the new .htaccess file? If you're getting db
>
>
>
>>>errors, then either the AllowOverride settings are not correct, or your
>>>mod_env is not installed properly.
>>>
>>>
>>I did, actually, expand the note about this on the Release Notes page,
>>Chris. We try. :-)
>>
>>
>
>
>
>I don't know if this is your problem, but I read both config files and it
>still didn't work. I then looked at /etc/httpd/conf/httpd.conf which has an
>AllowOverride option. There's 2; the first is within a <DIRECTORY /> tag,
>and one is further down the file. I changed the second AllowOverride
>parameter to say "AllowOverride All", instead of "AllowOverride None".
>
>I don't know if any distributions use "AllowOverride None" by default, and I
>think I may have changed it myself a few months ago. But its possible this
>is your problem.
>
>Hope that helps,
>
>Jonny
>
>
I had the same problem today when trying to upgrade, so I followed the
instructions and edited my .htaccess file.. then I went into my
httpd.conf file and added the following entry:
<Directory /var/www/htdocs/mythweb>
Options FollowSymLinks
AllowOverride All
</Directory>
Where <Directory /var/www/htdocs/mythweb> should point to where you've
copied the mythweb plugin. After doing this, restart Apache and
everything should be fine. (Not sure if anyone has said this previously
in this thread, I'm too lazy to scroll back)
--Shawn
More information about the mythtv-users
mailing list