Ticket #1218 (closed defect: worksforme)

Opened 1 year ago

Last modified 1 month ago

mod_rewrite bug?

Reported by: mgcclx@gmail.com Assigned to: jaws-bugs@lists.jaws-project.com
Priority: normal Milestone: 0.9.0
Component: Other / Other bugs Version: 0.8.9
Severity: normal Keywords:
Cc:

Description

There is this line

RewriteRule ^(.*)$ /index.php/$1 [L]

which will not work at times. I don't know when exactly it doesn't work, but I know if I put jaws in a subdirectory, which is under a Drupal installation, it will not work.

but, this modification works

RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Attachments

Change History

07/29/10 12:08:23 changed by afz

  • status changed from new to closed.
  • resolution set to worksforme.

you need change RewriteBase? and also adding subdirectory name to RewriteRule? befor index.php


Add/Change #1218 (mod_rewrite bug?)




Change Properties
Action