我使用这个 .htaccess 文件删除了 index.php:
RewriteEngine on
RewriteBase /job
RewriteCond $1 !^(index\.php|img|table-images|robots\.txt|css|fonts|js|uploads)
RewriteRule ^(.*)$ index.php/$1 [L]
现在无法使用 PhpEd 进行调试。PhpEd 需要访问根文件夹中的 dbg-wizard.php 文件,但现在无法访问了!