伪静态

htaccess 伪静态 带参数写法 <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^ https://www.xxx.com%{REQUEST_URI} [L,R=301] </IfModule>

发布 0 条评论

以下代码放入伪静态 location / { if ( $request_method = ‘OPTIONS’ ) { add_header access-control-allow-headers range; add_header access-control-allow-methods GET,POST,HEAD,OPTIONS; add_header access-control-allow-or...

发布 0 条评论