我使用phpword脚本生成docx文件,下载文件,但是如果我正确理解问题是在.htaccess文件中,那么这句话就说它已经坏了
RewriteEngine On
RewriteCond %{THE_REQUEST} ^.+?\ [^?]+\.php[?\ ]
RewriteRule \.php$ - [L,R=404]
#RewriteRule test index.php
ErrorDocument 404 /not-found.html
ErrorDocument 403 /not-found.html
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . index.php [L,QSA]
Options All -Indexes
AddDefaultCharset utf-8