Ticket #1029 (closed defect: wontfix)

Opened 20 months ago

Last modified 4 weeks ago

Fix the lighty url rewriting

Reported by: mpeel Owned by: mpeel
Priority: minor Milestone:
Component: CMS - Installer Version:
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

Modify this rewrite rule:

[12:57:58] [jdash]: url.rewrite = (
[12:57:59] [jdash]: "^/(typo3|xcache-admin|ioncube|diag|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico|phpinfo\.php).*$$
[12:58:01] [jdash]: "^/typo3$" => "/typo3/index_re.php",
[12:58:03] [jdash]: ".*" => "index.php"
[12:58:05] [jdash]: )
[12:58:06] [jdash]: This would probably work, just changing the settings obviously

We need to make sure it'll work for us, it might not. We want .pdf, .jpg files etc NOT to go through sapphire/main.php, but everything else should (See a .htaccess file for appropriate file extensions to ignore).

Document it if it works for the Windows installer somewhere on the Wiki.

Note that there is already a url rewrite rule in the lighttpd.conf file, so make sure you remove the 404 handler and the existing rewrite rule first.

Change History

Changed 17 months ago by aoneil

  • owner changed from aoneil to mpeel

Windows Installer bugs go to matty!

Changed 13 months ago by sminnee

  • priority changed from medium to minor
  • harvest_task set to (Unknown)
  • invoice_sent set to 0
  • milestone set to 2.2.1

Can we make sure that we have the correct configuration documented for people who want to install the PHP installer on their own install of Lighty?

Changed 10 months ago by sminnee

  • milestone 2.2.2 feature-lock deleted

I suspect that with a future release we may ditch the lightty-based install and move to works bundling with a 3rd-party WAMP-stack package.

Changed 4 weeks ago by sminnee

  • status changed from new to closed
  • resolution set to wontfix

Windows installer dropped; this is no longer necessary.

Note: See TracTickets for help on using tickets.