Are there any Apache rewrite gurus here?  :)

Here's what I'd like to accomplish but haven't had any success yet.

All requests, no matter the path or query string, route to /index.php,
except for:
        /style
        /image

For example, mydomain.com/events/list/ would route to /index.php. The php script will parse the path to get events and list and handle it internally.

But mydomain.com/style/style.css will be handled by apache and simply return the stylesheet.

Any help is appreciated.

Thanks,
Rob
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to