博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
陈小龙>linux及服务器>正文 配置rewrite
阅读量:5940 次
发布时间:2019-06-19

本文共 313 字,大约阅读时间需要 1 分钟。

开通头条号

<IfModule mod_rewrite.c>

  Options +FollowSymlinks

  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteRule ^assets/pages/detail=([0-9]{1,}).html$ assets/pages/details.php?id=$1

</IfModule>

.htaccess

本文转自  陈小龙哈   51CTO博客,原文链接:http://blog.51cto.com/chenxiaolong/1755280

转载地址:http://fxttx.baihongyu.com/

你可能感兴趣的文章