为何我用linux主机搭建的wordpress网站固定连接中有index.php? 100
为何我用linux主机搭建的wordpress网站固定连接中有index.php?不是只有windows环境下才会有index.php吗?...
为何我用linux主机搭建的wordpress网站固定连接中有index.php?不是只有windows环境下才会有index.php吗?
展开
2个回答
展开全部
但是linux下可用.htaccess文件把index.php去掉,方法如下:
修改.htaccess文件,加上:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
修改.htaccess文件,加上:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
追问
然而并不行,我用的是百度BCH
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询