添加后台代理代码
This commit is contained in:
5
codes/agent/game/api/source/public/.htaccess
Normal file
5
codes/agent/game/api/source/public/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond $1 !^(index\.php)
|
||||
RewriteRule ^(.*)$ index.php/$1 [L]
|
||||
Reference in New Issue
Block a user