Posted by Geradeaus on 10/30/63 11:28
I use htaccess to rewrite the url using the following rules : RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?lang=$1&page=$2&id=$3 The only problem I have is when http://www.domain.com/admin is given, the "admin" is used as $1. How can I define the rule for every word given except "admin" ? Thanks in advance!
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming