Apache 修改 .htaccess
文件,将符合规则的请求重写:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^remote.php(.*) remote.php?XDEBUG_SESSION_START=PHPSTORM [QSA]
</IfModule>
一个死亡很久的人
Apache 修改 .htaccess
文件,将符合规则的请求重写:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^remote.php(.*) remote.php?XDEBUG_SESSION_START=PHPSTORM [QSA]
</IfModule>