次の htaccess をどのように変更する必要がありますか。
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.html$ /index.php?administration=$1&pid=$2 [L]
のような URL だけでなく影響を与えるには
www.example.com/administration/modules //this is working allready
しかし、fe のような URL も
www.example.com/upload/category
あるいは単に
www.example.com/news
よろしくお願いします、ジェイデン