Unsupported scripts and control panel web app for a hosting company
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.htaccess 313B

123456789
  1. ErrorDocument 404 /issues/notfound.php
  2. Options -MultiViews
  3. RewriteEngine on
  4. RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
  5. RewriteRule ^([a-z0-9]+)$ /issues/$1.php [L]
  6. RewriteRule ^([a-z]+)/([0-9a-z]+)$ /issues/$1.php?n=$2 [L]
  7. RewriteRule ^([a-z]+)/([0-9a-z]+)/([0-9a-z]+)$ /issues/$1.php?n=$2&m=$3 [L]