ssi conf.
<Directory />
Options FollowSymLinks
AllowOverride All
RewriteEngine on
# RewriteRule ([a-zA-Z]{1,})/([0-9]{1,})\.html$ /shtml/test.php?action=$1&id=$2
# RewriteRule ([a-zA-Z0-9]{1,})\.html$ /web/index.php
Order deny,allow
Allow from all
</Directory>