Jump to content

mod_rewrite exception question


kid_drew

Recommended Posts

I am rewriting all urls of the format www.xxxxxx.com/yyyyyy to /index.php?p=yyyyyy, but I have phpbb installed in the /board directory and I would like www.xxxxxx.com/board to be the one exception to the above rewrite rule.  How do I do that?  I've tried:

RewriteRule ^([A-Za-z0-9]+)$ index.php?p=$1

RewriteRule ^board/?$ /board

And that doesn't work.  I thought the second line would trump the first, but it doesn't appear to.  Any help?
Link to comment
https://forums.phpfreaks.com/topic/36197-mod_rewrite-exception-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.