Have you tried the following?
RewriteEngine on RewriteCond %{QUERY_STRING} ^([^/\.]+)/? RewriteCond /absolute/path/pages/$1/.content -f RewriteRule ^.*$ struct.php?page=$1 [PT,QSA,L]
I have not tested this, so I'm not sure if it works, but you should try.
Remember the change / absolute / path / to the absolute path to the page folder.
source share