Files
new.rybstock.ru/public/.htaccess
T
2026-06-04 01:30:45 +03:00

9 lines
188 B
ApacheConf

Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
</IfModule>