RewriteEngine On

RewriteRule ^dakhila-print/?$ dakhila-print.php [L,QSA,NC]
RewriteRule ^dakhila-print/([A-Za-z0-9]+)/?$ dakhila-print.php?id=$1 [L,QSA,NC]

Options -Indexes

<IfModule mod_headers.c>
    Header set X-Robots-Tag "noindex, nofollow, noarchive, nosnippet, noimageindex"
</IfModule>

<IfModule mod_rewrite.c>
    RewriteEngine On

    # Common bots block
    RewriteCond %{HTTP_USER_AGENT} (googlebot|bingbot|slurp|duckduckbot|baiduspider|yandex|facebookexternalhit|facebot|ia_archiver) [NC]
    RewriteRule ^ - [F,L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
