SMF Pretty URL rewrite rule problem.
Grzegorz Sienko
staff at krecio.pl
Sat Sep 26 01:55:26 MSD 2009
Hello.
I have a little problem with rewite rule for Pretty URL Mod for SMF.
first part is easy:
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1.0
[L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([0-9]*)/?$
./index.php?pretty;board=$1.$2 [L,QSA]
|
\/
rewrite ^/([-_!~*'()$a-zA-Z0-9]+)/[0-9]?/?$ /index.php?pretty%3Bboard=$1.0
last;
rewrite ^/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*)/[0-9]?/?$
/index.php?pretty%3Bboard=$1.$2 last;
The problem start here, .htaccess rewrite rule:
RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1
[L,QSA]
|
\/
rewrite ^/profile/([^/]+)/?$ /index.php?pretty;action=profile;user=$1 last;
but this give me error while testing configuration:
unknown directive "action=profile" in /usr/local/nginx/conf/site:67
Any idea? Anyone can help me with that one?
--
Best Regards
Grzegorz Sieńko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090925/61be5cfa/attachment.html>
More information about the nginx
mailing list