Opened 19 years ago

Closed 19 years ago

#519 closed defect (invalid)

htaccess AddType not allowed

Reported by: Stuart Auchterlonie Owned by: xris
Priority: minor Milestone: 0.19
Component: mythweb Version: head
Severity: low Keywords: mythweb htaccess
Cc: Ticket locked: no

Description

To quote from the apache logs.

/var/www/mythweb/.htaccess: AddType not allowed here, referer: http://localhost/mythweb/scheduled_recordings.php

Using

Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16etch1

I can work around it by commenting out the AddType? in .htaccess.

Perhaps we should document that the AddType? should be put somewhere in the Apache config?

Change History (2)

comment:1 Changed 19 years ago by sphery <mtdean@…>

From the MythWeb README:

In order for the included .htaccess to work properly, you will need to
set apache's "AllowOverride" setting to "All" (or at least "Options") for
the root mythweb directory.  This directive lives within <Directory/> tags,
so make sure you're changing the setting for the correct directory.

Once this is properly configured, the AddType is allowed in the .htaccess file.

comment:2 Changed 19 years ago by Stuart Auchterlonie

Resolution: invalid
Status: newclosed

AllowOverride? must be All, Options does not work.

Note: See TracTickets for help on using tickets.