libreqr/htaccess.txt
2025-09-08 20:15:48 +05:30

4 lines
No EOL
132 B
Text

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