Файл: .htaccess
Строк: 32
RewriteEngine on
AddDefaultCharset UTF-8
DirectoryIndex
public/index.php
Options -Indexes
<files .htaccess>
order
allow,deny
deny from all
</files>
RewriteCond %{QUERY_STRING}
(\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING}
GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING}
_REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php
[F,L]
RewriteRule ^wgame.index/?$ public/index.php [L,QSA]
RewriteRule
^wgame.main/?$ public/main.php [L,QSA]
RewriteRule ^wgame.auth.signUp/?$
public/auth/signUp.php [L,QSA]
RewriteRule ^wgame.auth.signIn/?$
public/auth/signIn.php [L,QSA]
RewriteRule ^wgame.auth.exit/?$
public/auth/exit.php [L,QSA]
RewriteRule ^wgame.panel/?$
public/panel/index.php [L,QSA]
RewriteRule ^wgame.panel.modules/?$
public/panel/modules/index.php [L,QSA]
RewriteRule
^wgame.panel.modules.module/?$ public/panel/modules/module.php [L,QSA]