mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-21 09:56:12 +05:30
4 lines
No EOL
132 B
Text
4 lines
No EOL
132 B
Text
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^(.*)$ /index.php?$1 [NC,L,QSA] |