如何用智慧云Linux版 进行301重定向设置
                                                    Re如何用智慧云Linux版进行301重定向设置
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*).html$ index.php?seo=$1 [QSA,PT,L]
RewriteRule ^(.*)-img.jpg$ index.php?seo=$1 [QSA,PT,L]
这个伪静态要怎么填写在里面啊
                                                    
                                                        赞0
                                                        踩0