私にはバグがあります.htaccess:
RewriteCond %{REQUEST_URI} !^(.*)/modalbox/.*
RewriteCond %{HTTP_HOST} !^www\.wiglost\.com$
RewriteCond %{HTTP_HOST} !^wiglost\.com/modalbox/$
RewriteCond %{HTTP_HOST} ^([^.]+)\.wiglost\.com$
RewriteRule ^([\a-zA-Z0-9\-\_\.\/]*)\.php$ index\.php?acc=%1 [L]
RewriteCond %{HTTP_HOST} !^www\.wiglost\.com$
RewriteCond %{HTTP_HOST} ^(.*)\.wiglost\.com$
RewriteRule ^show\.html$ index\.php?acc=%1&show [L]
ドメインexample.wiglost.comはOKですが、example.wiglost.com/show.html対応していませんwiglost.com?acc=example&showが、アクションwithshowは実行されませんが、アクションwithaccはOKです。