<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Apache伪静态</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/apache%E4%BC%AA%E9%9D%99%E6%80%81/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux下WordPress apache伪静态规则设置</title>
		<link>https://www.osyunwei.com/archives/2034.html</link>
		<comments>https://www.osyunwei.com/archives/2034.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:24:20 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache伪静态]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress apache]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2034</guid>
		<description><![CDATA[1、首先确定Apache是否加载了Mod_rewrite 模块 方法: 检查 /etc/httpd/conf/httpd.conf 中是否存在以下两段代码 (具体路径可能会有所不同，但形式基本是一样的): (一)LoadModule rewrite_module libexec/mod_rewrite.so (二)AddModule mod_rewrite.c 2、检查Apache是否开启.htaccess支持 vi  /etc/httpd/conf/httpd.conf   AllowOverride All   #如果后面参数为None需要修改为All（大概在338行） 3、在文件/etc/httpd/conf/httpd.conf相应的主机目录配置中加入如下代码（此时须注意，如果网站是通过虚拟主机来定义，请务必加到虚拟主机配置中去，否则可能无法使用。） 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 例如： vi /etc/httpd/conf/httpd.conf  #编辑 &#60;Directory "/var/www/html"&#62;     Options Includes ExecCGI FollowSymLinks     AllowOverride All     Order allow,deny     Allow from all &#60;IfModule mod_rewrite.c&#62;     RewriteEngine On     RewriteBase /     RewriteRule ^index\.php$ - [L] [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2034.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2034.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux环境下phpwind论坛Apache伪静态规则设置</title>
		<link>https://www.osyunwei.com/archives/630.html</link>
		<comments>https://www.osyunwei.com/archives/630.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 12:18:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache伪静态]]></category>
		<category><![CDATA[phpwind]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=630</guid>
		<description><![CDATA[1、首先确定Apache是否加载了Mod_rewrite 模块 方法: 检查 /etc/httpd/conf/httpd.conf 中是否存在以下两段代码 (具体路径可能会有所不同，但形式基本是一样的): (一)LoadModule rewrite_module libexec/mod_rewrite.so (二)AddModule mod_rewrite.c 如果存在，那么在文件/etc/httpd/conf/httpd.conf相应的主机目录配置中加入如下代码。（此时须注意，如果网站是通过虚拟主机来定义，请务必加到虚拟主机配置中去，否则可能无法使用。） 我这里虚拟主机的配置文件是/etc/httpd/conf.d/vhost.conf vi /etc/httpd/conf.d/vhost.conf #编辑 加入以下代码： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 例如： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 /etc/init.d/httpd restart     #改好后然后将 Apache 重启 然后在phpwind论坛后台-全局-伪静态-静态目录部署-静态目录部署功能，选择开启。 静态目录：-htm- 静态目录扩展名设置：.html 点击提交即可 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/630.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Linux环境下phpwind论坛Apache伪静态规则设置<p><a rel="bookmark" href="https://www.osyunwei.com/archives/630.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/630.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux环境下Discuz! X2论坛Apache伪静态规则设置</title>
		<link>https://www.osyunwei.com/archives/610.html</link>
		<comments>https://www.osyunwei.com/archives/610.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 08:59:30 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache伪静态]]></category>
		<category><![CDATA[Discuz!]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=610</guid>
		<description><![CDATA[1、首先确定Apache是否加载了Mod_rewrite 模块      方法: 检查 /etc/httpd/conf/httpd.conf 中是否存在以下两段代码 (具体路径可能会有所不同，但形式基本是一样的): (一)LoadModule rewrite_module libexec/mod_rewrite.so (二)AddModule mod_rewrite.c 如果存在，那么在文件/etc/httpd/conf/httpd.conf相应的主机目录配置中加入如下代码。（此时须注意，如果网站是通过虚拟主机来定义，请务必加到虚拟主机配置中去，否则可能无法使用。） 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 我这里虚拟主机的配置文件是/etc/httpd/conf.d/vhost.conf vi /etc/httpd/conf.d/vhost.conf    #编辑 加入以下代码： 例如：   系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 /etc/init.d/httpd restart     #改好后然后将 Apache 重启 扩展： 如果你的虚拟主机支持根目录.htaccess文件，请把下面的代码保存为.htaccess上传到你的网站根目录下面即可。 然后在Discuz! X2论坛后台-全局-SEO设置-URL静态化，选择你需要开启的页面，点击提交，即可实现静态化。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/610.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Linux环境下Discuz! X2论坛Apache伪静态规则设置<p><a rel="bookmark" href="https://www.osyunwei.com/archives/610.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/610.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
