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