Project

General

Profile

can i get helped with announce.php ??

Added by cybernet about 15 years ago

http://forum.lighttpd.net/topic/6627

Posted by Michael La on 23.05.2007 13:02

hey guys i have a problem with the mod_rewrite rules...

this is the old part

RewriteCond %{QUERY_STRING} (.*)
RewriteRule ^announce([a-z0-9]{16}).php$ /announce.php?%1&passkey=$1
[QSA,L]

have testet this...

url.rewrite-once = (
"^/announce([a-z0-9]{16}).php?(.*)$" =>
"/announce.php?$2&passkey=$1"

)

but not working how can i make this with a QUERY_STRING ?