DirectoryIndex index.html
RewriteEngine On
# تحويل أي طلب صريح لـ index.html إلى المسار النظيف
RewriteCond %{THE_REQUEST} \s/apt/inspection_status/index\.html[?\s] [NC]
RewriteRule ^apt/inspection_status/index\.html$ /apt/inspection_status/ [R=301,L]
