私にはバグがあります.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です。