linux nginx 301重定向规则写法 10
域名/index.php百度收录了这样子的首页,我想把这个页面301重定向到域名上,即网址后面没有index.php的首页注:我的目的不是访问网址是不出现index.ph...
域名/index.php 百度收录了这样子的首页,我想把这个页面301重定向到域名上,即网址后面没有index.php的首页
注:我的目的不是访问网址是不出现index.php后缀,因为我网站访问时就不会出现这个后缀,只是百度收录了它,所以想做重定向.我的服务器是linux nginx 展开
注:我的目的不是访问网址是不出现index.php后缀,因为我网站访问时就不会出现这个后缀,只是百度收录了它,所以想做重定向.我的服务器是linux nginx 展开
展开全部
server {
server_name
return 301 $scheme://domain.com$request_uri;
}
server {
server_name domain.com;
[...]
}
server {
listen 80;
server_name localhost;
index index.html index.htm index.php;
root /alidata/www/phpwind;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 1h;
}
#伪静态规则
include /alidata/server/nginx/conf/rewrite/phpwind.conf;
access_log /alidata/log/nginx/access/phpwind.log;
}
转载,仅供参考。
server_name
return 301 $scheme://domain.com$request_uri;
}
server {
server_name domain.com;
[...]
}
server {
listen 80;
server_name localhost;
index index.html index.htm index.php;
root /alidata/www/phpwind;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 1h;
}
#伪静态规则
include /alidata/server/nginx/conf/rewrite/phpwind.conf;
access_log /alidata/log/nginx/access/phpwind.log;
}
转载,仅供参考。
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家提供动态代理服务器服务的企业,旨在帮助用户更好地管理网络访问和安全。以下是一些关于StormProxies的IP动态代理服务的特点:1. 高匿名性:StormProxies的动态代理服务器具有高匿名性,可以有效...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询