Digger3000
12-30-2006, 10:54 AM
If I have a rewrite rule like this: /website/title/(.+) /website/index.php?title=$1
What do I do if the title has a slash in it? For example, "/website/title/Thing/Otherthing" just goes to "/website/index.php?title=Thing" instead if "/website/index.php?title=Thing/Otherthing"
What do I do if the title has a slash in it? For example, "/website/title/Thing/Otherthing" just goes to "/website/index.php?title=Thing" instead if "/website/index.php?title=Thing/Otherthing"