indexing fix

This commit is contained in:
Bakhai Support 2025-09-08 20:15:48 +05:30
commit 7caea9dd01

4
htaccess.txt Normal file
View file

@ -0,0 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [NC,L,QSA]