<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://www.ishiguang.cn/feed/rss/tag/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/">
<title>拾光 - 解决方法</title>
<link>https://www.ishiguang.cn/tag/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://www.ishiguang.cn/21836.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://www.ishiguang.cn/21836.html">
<title>phpstudy运行PHP网站出现404、500权限不足解决方法</title>
<link>https://www.ishiguang.cn/21836.html</link>
<dc:date>2025-09-16T08:50:34+08:00</dc:date>
<description>phpstudy运行PHP网站出现404、500解决方法问题：phpstudy运行PHP网站时候，首页没有问题出现404、500、或者出现权限不足最开始的时候我以为是文件权限不足后来看到别人的解决方法才解决，解决方法如下第一步第二步在这个位置加入这段代码#autoindex on;
  if (!-e $request_filename) {
    rewrite ^(.*)$ /index.php?s=/$1 last;
    break;
  }  然后修改完成保存文件，并重启一下网站即可解决。</description>
</item>
</rdf:RDF>