REWRITE DEBUG...
NameVirtualHost localhost:8080
<VirtualHost localhost:8080>
DocumentRoot "E:/projectPHP/Httpd/htdocs"
ServerName localhost
RewriteEngine on
RewriteLog "E:/projectPHP/Httpd/logs/rewrite.log"
RewriteLogLevel 0
RewriteRule ([^/]+)/([a-zA-Z0-9\&\-\_\=\%\+\[\]\#]{1,})$ /web/public/index.php?cmd=$1&id=$2
</VirtualHost>