RewriteEngine On

# qr.php file එකේ query string පවත්වාගෙන යන්න
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# /qr.php/TAG → qr.php/TAG
RewriteRule ^add\.php/([A-Za-z0-9_-]+)$ add.php/$1 [QSA,L]
