Opened 18 years ago

Closed 18 years ago

#786 closed patch (fixed)

Rewriting rules break access to /mythweb/

Reported by: martin@… Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Attachments (1)

mythweb-htaccess.patch (672 bytes) - added by martin@… 18 years ago.
Patch to fix defect

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by martin@…

Attachment: mythweb-htaccess.patch added

Patch to fix defect

comment:1 Changed 18 years ago by martin@…

Type: defectpatch

comment:2 Changed 18 years ago by xris

I don't think this is actually broken... mythweb.php/ is correct, but it shouldn't be redirecting, it should be going through mod_rewrite and the browser shouldn't see the change...

The future version of mythweb won't have an index.html or anything like that... so redirecting the blank URL *should* go to mythweb.php.

I'm leaving the ticket open, hoping that someone can shed some light on this situation...

comment:3 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

I've tested mythweb running in a subdir, and as of [8310] it works fine. If you're still getting this error, there's something wrong with your apache config.

Note: See TracTickets for help on using tickets.