Hello, just one little question about Regex: i want to display the Profiles of my forums in a way like: http://www.domain.com/forum/profile/username/
Here is what i've tried: Regex: ^/forum/profile/([^/]+)/(?:\?(.*))?$ Substitution: forum/index.php?pretty;action=profile;u=$1;$2 This will only redirect me to the error Page of my server. Any `ideas? Regards Sven
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
