game/core1/.htaccess

9 lines
186 B
ApacheConf
Raw Normal View History

2022-06-06 21:30:34 +00:00
Options -Indexes
AddDefaultCharset Windows-1251
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /core/index.php [L]