hi,

On 6/5/07, Sonia Hamilton <[EMAIL PROTECTED]> wrote:
Here's a question for the Drupal experts on the list...

I've got an existing Drupal site I've developed (www.example.com, say).
I want to add an online store to it using os-commerce [1], under
www.example.com/store.

How do I get Drupal to ignore URLs under www.example.com/store and pass
them thru to os-commerce? Would I being looking to make settings changes
in Apache or Drupal?

well, probably neither.

are you using the clean urls with the standard drupal rewrite rules?

if so, drupal shouldn't try to handle requests for files that exist:

RewriteCond %{REQUEST_FILENAME} !-f

so requests for say

store/foo.php

should pass through provided there's a foo.php in the store directory.

hope that helps.

cheers
justin

ps - does oscommerce still require register_globals? if so, ick, have
you looked at the drupal shop module -
http://drupal.org/project/ecommerce
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to