Apache rewrite rules redux
- by AlexanderJohannesen
I've got a REST framework that when plopped into any directory should Just Work(TM), and it seems to work fine when I've got projects in subdirectories, but not if it's in root. So, given a few example directories;
/
/project1
/bingo/project2
/hoopla/doopla/minor/project3
All of these works fine, except I'm getting "funnies"* when the project…