Files
yakpanel-core/rewrite/apache/phpwind.conf

7 lines
240 B
Plaintext
Raw Normal View History

2026-04-07 02:04:22 +05:30
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]